Html Css Color HEX #6FC0DD Malibu

📋 copy color: '#6FC0DD'

red 111 ◦ green 192 ◦ blue 221

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

Shades of Malibu #6FC0DD

Tints of Malibu #6FC0DD

RGB

 RED value IS 111 (43.75% from 255) = 21.18%

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

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

R = 21.18%
G = 36.64%
B = 42.18%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FC0DD (or 0x6FC0DD) is known color: Malibu. HEX triplet: 6F, C0 and DD. RGB value is (111,192,221). Sum of RGB (Red+Green+Blue) = 111+192+221=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0DD is #903F22. Grayscale: #AAAAAA. Windows color (decimal): -9453347 or 14532719. OLE color: 14532719.

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

Color convert

RGB 111 192 221 -
CMYK 0.50 0.13 0 0.13
HSL 195.82º 0.62% 0.65% -
HSV(B) 195.82º 0.5% 0.87% -
XYZ 38.46 46.3 75.32 -
YUV 171.09 156.16 85.14 -
System Red Green Blue C M Y K H S L
Decimal 111 192 221 0.50 0.13 0 0.13 195.82 0.62 0.65
Hex 6F C0 DD 32 D 0 D C4 3E 41
Octal 157 300 335 62 15 0 15 304 76 101
Binary 1101111 11000000 11011101 110010 1101 0 1101 11000100 111110 1000001

Color Harmonies of #6FC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC0DD

Black with #6FC0DD

Text Example


Text Example

White with #6FC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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