#6FB7DE

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

Shades of Malibu #6FB7DE

Tints of Malibu #6FB7DE

Color information

#6FB7DE (or 0x6FB7DE) is unknown color: approx Malibu. HEX triplet: 6F, B7 and DE. RGB value is (111,183,222). Sum of RGB (Red+Green+Blue) = 111+183+222=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FB7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7DE is #904821. Grayscale: #A5A5A5. Windows color (decimal): -9455650 or 14595951. OLE color: 14595951.

HSL color Cylindrical-coordinate representation of color #6FB7DE: hue angle of 201.08º 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 #6FB7DE is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111183222-
CMYK0.50.1800.13
HSL201.08º62.71%65.29%-
HSV(B)201.08º50%87.06%-
XYZ36.6742.5275.38-
YUV165.92159.6588.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.51%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=21.51%
G=35.47%
B=43.02%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111832220.50.1800.13201.0862.7165.29
Hex6FB7DE32120Dc93f41
Octal157267336622201531177101
Binary110111110110111110111101100101001001101110010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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