#6BAFDD

Color #6BAFDD Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6BAFDD

Tints of Malibu #6BAFDD

Color information

#6BAFDD (or 0x6BAFDD) is unknown color: approx Malibu. HEX triplet: 6B, AF and DD. RGB value is (107,175,221). Sum of RGB (Red+Green+Blue) = 107+175+221=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDD is #945022. Grayscale: #9F9F9F. Windows color (decimal): -9719843 or 14528363. OLE color: 14528363.

HSL color Cylindrical-coordinate representation of color #6BAFDD: hue angle of 204.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAFDD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107175221-
CMYK0.520.2100.13
HSL204.21º62.64%64.31%-
HSV(B)204.21º51.58%86.67%-
XYZ34.4439.0174.12-
YUV159.91162.4790.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 21.27%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=21.27%
G=34.79%
B=43.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071752210.520.2100.13204.2162.6464.31
Hex6BAFDD34150Dcc3f40
Octal153257335642501531477100
Binary110101110101111110111011101001010101101110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BAFDD; }

 p { color: rgb(107,175,221); }

 H1.HeaderClassName
 {
   color: #6BAFDD;
 }
 .AnyTagClassName
 {
   color: #6BAFDD;
 }
</style>
background-color css

<style>
 a { background-color: #6BAFDD; }

 a { background-color: rgb(107,175,221); }

 div.DivClassName
 {
   background-color: #6BAFDD;
 }
 .BgClassName
 {
   background-color: #6BAFDD;
 }
</style>
border-color css

<style>
 span { border-color: #6BAFDD; }

 span { border-color: rgb(107,175,221); }

 td.TdClassName
 {
   border-color: #6BAFDD;
 }
 .TagClassName
 {
   border-color: #6BAFDD;
 }
</style>