Html Css Color HEX #6CC5DD Malibu

📋 copy color: '#6CC5DD'

red 108 ◦ green 197 ◦ blue 221

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

Shades of Malibu #6CC5DD

Tints of Malibu #6CC5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.45%

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

R = 20.53%
G = 37.45%
B = 42.02%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CC5DD (or 0x6CC5DD) is known color: Malibu. HEX triplet: 6C, C5 and DD. RGB value is (108,197,221). Sum of RGB (Red+Green+Blue) = 108+197+221=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CC5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC5DD is #933A22. Grayscale: #ACACAC. Windows color (decimal): -9648675 or 14533996. OLE color: 14533996.

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

Color convert

RGB 108 197 221 -
CMYK 0.51 0.11 0 0.13
HSL 192.74º 0.62% 0.65% -
HSV(B) 192.74º 0.51% 0.87% -
XYZ 39.2 48.34 75.67 -
YUV 173.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 108 197 221 0.51 0.11 0 0.13 192.74 0.62 0.65
Hex 6C C5 DD 33 B 0 D C1 3E 41
Octal 154 305 335 63 13 0 15 301 76 101
Binary 1101100 11000101 11011101 110011 1011 0 1101 11000001 111110 1000001

Color Harmonies of #6CC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC5DD

Black with #6CC5DD

Text Example


Text Example

White with #6CC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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