Html Css Color HEX #6CC0DD Malibu

📋 copy color: '#6CC0DD'

red 108 ◦ green 192 ◦ blue 221

#6CC0DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6CC0DD

Tints of Malibu #6CC0DD

RGB

 RED value IS 108 (42.58% from 255) = 20.73%

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 20.73%
G = 36.85%
B = 42.42%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CC0DD (or 0x6CC0DD) is known color: Malibu. HEX triplet: 6C, C0 and DD. RGB value is (108,192,221). Sum of RGB (Red+Green+Blue) = 108+192+221=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC0DD is #933F22. Grayscale: #A9A9A9. Windows color (decimal): -9649955 or 14532716. OLE color: 14532716.

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

Color convert

RGB 108 192 221 -
CMYK 0.51 0.13 0 0.13
HSL 195.4º 0.62% 0.65% -
HSV(B) 195.4º 0.51% 0.87% -
XYZ 38.09 46.11 75.3 -
YUV 170.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 108 192 221 0.51 0.13 0 0.13 195.4 0.62 0.65
Hex 6C C0 DD 33 D 0 D C3 3E 41
Octal 154 300 335 63 15 0 15 303 76 101
Binary 1101100 11000000 11011101 110011 1101 0 1101 11000011 111110 1000001

Color Harmonies of #6CC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC0DD

Black with #6CC0DD

Text Example


Text Example

White with #6CC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CC0DD;
 }
 .AnyTagClassName
 {
   color: #6CC0DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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