#6CC3DC

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

Shades of Malibu #6CC3DC

Tints of Malibu #6CC3DC

Color information

#6CC3DC (or 0x6CC3DC) is unknown color: approx Malibu. HEX triplet: 6C, C3 and DC. RGB value is (108,195,220). Sum of RGB (Red+Green+Blue) = 108+195+220=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CC3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC3DC is #933C23. Grayscale: #ABABAB. Windows color (decimal): -9649188 or 14467948. OLE color: 14467948.

HSL color Cylindrical-coordinate representation of color #6CC3DC: hue angle of 193.39º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC3DC is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108195220-
CMYK0.510.1100.14
HSL193.39º61.54%64.31%-
HSV(B)193.39º50.91%86.27%-
XYZ38.6247.3974.82-
YUV171.84155.1882.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.65%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=20.65%
G=37.28%
B=42.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081952200.510.1100.14193.3961.5464.31
Hex6CC3DC33B0Ec13e40
Octal154303334631301630176100
Binary11011001100001111011100110011101101110110000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,195,220); }

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

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

 a { background-color: rgb(108,195,220); }

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

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

 span { border-color: rgb(108,195,220); }

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