#6cc2df

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

Shades of Malibu #6CC2DF

Tints of Malibu #6CC2DF

Color information

#6CC2DF (or 0x6CC2DF) is unknown color: approx Malibu. HEX triplet: 6C, C2 and DF. RGB value is (108,194,223). Sum of RGB (Red+Green+Blue) = 108+194+223=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CC2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2DF is #933D20. Grayscale: #ABABAB. Windows color (decimal): -9649441 or 14664300. OLE color: 14664300.

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

Color convert

RGB108194223-
CMYK0.520.1300.13
HSL195.13º64.25%64.9%-
HSV(B)195.13º51.57%87.45%-
XYZ38.847.176.86-
YUV171.59157.0182.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.57%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=20.57%
G=36.95%
B=42.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081942230.520.1300.13195.1364.2564.9
Hex6CC2DF34D0Dc34041
Octal1543023376415015303100101
Binary110110011000010110111111101001101011011100001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cc2df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,194,223); }

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

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

 a { background-color: rgb(108,194,223); }

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

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

 span { border-color: rgb(108,194,223); }

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