Html Css Color HEX #6EC4DD Malibu

📋 copy color: '#6EC4DD'

red 110 ◦ green 196 ◦ blue 221

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

Shades of Malibu #6EC4DD

Tints of Malibu #6EC4DD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.19%

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

R = 20.87%
G = 37.19%
B = 41.94%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6EC4DD (or 0x6EC4DD) is known color: Malibu. HEX triplet: 6E, C4 and DD. RGB value is (110,196,221). Sum of RGB (Red+Green+Blue) = 110+196+221=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EC4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC4DD is #913B22. Grayscale: #ACACAC. Windows color (decimal): -9517859 or 14533742. OLE color: 14533742.

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

Color convert

RGB 110 196 221 -
CMYK 0.50 0.11 0 0.13
HSL 193.51º 0.62% 0.65% -
HSV(B) 193.51º 0.5% 0.87% -
XYZ 39.22 48.02 75.61 -
YUV 173.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 110 196 221 0.50 0.11 0 0.13 193.51 0.62 0.65
Hex 6E C4 DD 32 B 0 D C2 3E 41
Octal 156 304 335 62 13 0 15 302 76 101
Binary 1101110 11000100 11011101 110010 1011 0 1101 11000010 111110 1000001

Color Harmonies of #6EC4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC4DD

Black with #6EC4DD

Text Example


Text Example

White with #6EC4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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