#6FB4DE

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

Shades of Malibu #6FB4DE

Tints of Malibu #6FB4DE

Color information

#6FB4DE (or 0x6FB4DE) is unknown color: approx Malibu. HEX triplet: 6F, B4 and DE. RGB value is (111,180,222). Sum of RGB (Red+Green+Blue) = 111+180+222=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FB4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4DE is #904B21. Grayscale: #A3A3A3. Windows color (decimal): -9456418 or 14595183. OLE color: 14595183.

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

Color convert

RGB111180222-
CMYK0.50.1900.13
HSL202.7º62.71%65.29%-
HSV(B)202.7º50%87.06%-
XYZ36.0641.375.18-
YUV164.16160.6490.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.64%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=21.64%
G=35.09%
B=43.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111802220.50.1900.13202.762.7165.29
Hex6FB4DE32130Dcb3f41
Octal157264336622301531377101
Binary110111110110100110111101100101001101101110010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,180,222); }

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

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

 a { background-color: rgb(111,180,222); }

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

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

 span { border-color: rgb(111,180,222); }

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