Html Css Color HEX #6EC1DD Malibu

📋 copy color: '#6EC1DD'

red 110 ◦ green 193 ◦ blue 221

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

Shades of Malibu #6EC1DD

Tints of Malibu #6EC1DD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.83%

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

R = 20.99%
G = 36.83%
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

#6EC1DD (or 0x6EC1DD) is known color: Malibu. HEX triplet: 6E, C1 and DD. RGB value is (110,193,221). Sum of RGB (Red+Green+Blue) = 110+193+221=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 193 (75.78% from 255 or 36.83% 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 #6EC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1DD is #913E22. Grayscale: #ABABAB. Windows color (decimal): -9518627 or 14532974. OLE color: 14532974.

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

Color convert

RGB 110 193 221 -
CMYK 0.50 0.13 0 0.13
HSL 195.14º 0.62% 0.65% -
HSV(B) 195.14º 0.5% 0.87% -
XYZ 38.55 46.68 75.38 -
YUV 171.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 110 193 221 0.50 0.13 0 0.13 195.14 0.62 0.65
Hex 6E C1 DD 32 D 0 D C3 3E 41
Octal 156 301 335 62 15 0 15 303 76 101
Binary 1101110 11000001 11011101 110010 1101 0 1101 11000011 111110 1000001

Color Harmonies of #6EC1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC1DD

Black with #6EC1DD

Text Example


Text Example

White with #6EC1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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