Html Css Color HEX #6EC0DE Malibu

📋 copy color: '#6EC0DE'

red 110 ◦ green 192 ◦ blue 222

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

Shades of Malibu #6EC0DE

Tints of Malibu #6EC0DE

RGB

 RED value IS 110 (43.36% from 255) = 20.99%

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 20.99%
G = 36.64%
B = 42.37%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EC0DE (or 0x6EC0DE) is known color: Malibu. HEX triplet: 6E, C0 and DE. RGB value is (110,192,222). Sum of RGB (Red+Green+Blue) = 110+192+222=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #6EC0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0DE is #913F21. Grayscale: #AAAAAA. Windows color (decimal): -9518882 or 14598254. OLE color: 14598254.

HSL color Cylindrical-coordinate representation of color #6EC0DE: hue angle of 196.07º degrees, saturation: 0.63, 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 #6EC0DE is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 192 222 -
CMYK 0.50 0.14 0 0.13
HSL 196.07º 0.63% 0.65% -
HSV(B) 196.07º 0.5% 0.87% -
XYZ 38.46 46.29 76.01 -
YUV 170.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 110 192 222 0.50 0.14 0 0.13 196.07 0.63 0.65
Hex 6E C0 DE 32 E 0 D C4 3F 41
Octal 156 300 336 62 16 0 15 304 77 101
Binary 1101110 11000000 11011110 110010 1110 0 1101 11000100 111111 1000001

Color Harmonies of #6EC0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC0DE

Black with #6EC0DE

Text Example


Text Example

White with #6EC0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,192,222); }

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

background-color css

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

 a { background-color: rgb(110,192,222); }

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

border-color css

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

 span { border-color: rgb(110,192,222); }

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