#6DC2DC

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

Shades of Malibu #6DC2DC

Tints of Malibu #6DC2DC

Color information

#6DC2DC (or 0x6DC2DC) is unknown color: approx Malibu. HEX triplet: 6D, C2 and DC. RGB value is (109,194,220). Sum of RGB (Red+Green+Blue) = 109+194+220=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 194 (76.17% from 255 or 37.09% 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 #6DC2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC2DC is #923D23. Grayscale: #ABABAB. Windows color (decimal): -9583908 or 14467693. OLE color: 14467693.

HSL color Cylindrical-coordinate representation of color #6DC2DC: hue angle of 194.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DC2DC is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109194220-
CMYK0.500.1200.14
HSL194.05º61.33%64.51%-
HSV(B)194.05º50.45%86.27%-
XYZ38.524774.75-
YUV171.55155.3483.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.84%
GREEN value IS 194 (76.17% from 255) = 37.09%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=20.84%
G=37.09%
B=42.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091942200.500.1200.14194.0561.3364.51
Hex6DC2DC32C0Ec23d41
Octal155302334621401630275101
Binary11011011100001011011100110010110001110110000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,194,220); }

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

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

 a { background-color: rgb(109,194,220); }

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

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

 span { border-color: rgb(109,194,220); }

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