Html Css Color HEX #6EC2DD Malibu

📋 copy color: '#6EC2DD'

red 110 ◦ green 194 ◦ blue 221

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

Shades of Malibu #6EC2DD

Tints of Malibu #6EC2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.95%

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

R = 20.95%
G = 36.95%
B = 42.1%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EC2DD (or 0x6EC2DD) is known color: Malibu. HEX triplet: 6E, C2 and DD. RGB value is (110,194,221). Sum of RGB (Red+Green+Blue) = 110+194+221=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2DD is #913D22. Grayscale: #ABABAB. Windows color (decimal): -9518371 or 14533230. OLE color: 14533230.

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

Color convert

RGB 110 194 221 -
CMYK 0.50 0.12 0 0.13
HSL 194.59º 0.62% 0.65% -
HSV(B) 194.59º 0.5% 0.87% -
XYZ 38.77 47.12 75.46 -
YUV 171.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 110 194 221 0.50 0.12 0 0.13 194.59 0.62 0.65
Hex 6E C2 DD 32 C 0 D C3 3E 41
Octal 156 302 335 62 14 0 15 303 76 101
Binary 1101110 11000010 11011101 110010 1100 0 1101 11000011 111110 1000001

Color Harmonies of #6EC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC2DD

Black with #6EC2DD

Text Example


Text Example

White with #6EC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,194,221); }

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

background-color css

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

 a { background-color: rgb(110,194,221); }

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

border-color css

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

 span { border-color: rgb(110,194,221); }

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