#6DC0DD

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

Shades of Malibu #6DC0DD

Tints of Malibu #6DC0DD

Color information

#6DC0DD (or 0x6DC0DD) is unknown color: approx Malibu. HEX triplet: 6D, C0 and DD. RGB value is (109,192,221). Sum of RGB (Red+Green+Blue) = 109+192+221=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0DD is #923F22. Grayscale: #AAAAAA. Windows color (decimal): -9584419 or 14532717. OLE color: 14532717.

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

Color convert

RGB109192221-
CMYK0.510.1300.13
HSL195.54º62.22%64.71%-
HSV(B)195.54º50.68%86.67%-
XYZ38.2146.1775.3-
YUV170.49156.584.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.88%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=20.88%
G=36.78%
B=42.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091922210.510.1300.13195.5462.2264.71
Hex6DC0DD33D0Dc43e41
Octal155300335631501530476101
Binary11011011100000011011101110011110101101110001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,192,221); }

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

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

 a { background-color: rgb(109,192,221); }

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

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

 span { border-color: rgb(109,192,221); }

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