#6FC2DE

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

Shades of Malibu #6FC2DE

Tints of Malibu #6FC2DE

Color information

#6FC2DE (or 0x6FC2DE) is unknown color: approx Malibu. HEX triplet: 6F, C2 and DE. RGB value is (111,194,222). Sum of RGB (Red+Green+Blue) = 111+194+222=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #6FC2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC2DE is #903D21. Grayscale: #ACACAC. Windows color (decimal): -9452834 or 14598767. OLE color: 14598767.

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

Color convert

RGB111194222-
CMYK0.50.1300.13
HSL195.14º62.71%65.29%-
HSV(B)195.14º50%87.06%-
XYZ39.0347.2476.17-
YUV172.3815684.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.06%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=21.06%
G=36.81%
B=42.13%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111942220.50.1300.13195.1462.7165.29
Hex6FC2DE32D0Dc33f41
Octal157302336621501530377101
Binary11011111100001011011110110010110101101110000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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