Html Css Color HEX #6EC1DC Malibu

📋 copy color: '#6EC1DC'

red 110 ◦ green 193 ◦ blue 220

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

Shades of Malibu #6EC1DC

Tints of Malibu #6EC1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 21.03%
G = 36.9%
B = 42.07%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EC1DC (or 0x6EC1DC) is known color: Malibu. HEX triplet: 6E, C1 and DC. RGB value is (110,193,220). Sum of RGB (Red+Green+Blue) = 110+193+220=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EC1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1DC is #913E23. Grayscale: #ABABAB. Windows color (decimal): -9518628 or 14467438. OLE color: 14467438.

HSL color Cylindrical-coordinate representation of color #6EC1DC: hue angle of 194.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EC1DC is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 193 220 -
CMYK 0.50 0.12 0 0.14
HSL 194.73º 0.61% 0.65% -
HSV(B) 194.73º 0.5% 0.86% -
XYZ 38.42 46.62 74.68 -
YUV 171.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 110 193 220 0.50 0.12 0 0.14 194.73 0.61 0.65
Hex 6E C1 DC 32 C 0 E C3 3D 41
Octal 156 301 334 62 14 0 16 303 75 101
Binary 1101110 11000001 11011100 110010 1100 0 1110 11000011 111101 1000001

Color Harmonies of #6EC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC1DC

Black with #6EC1DC

Text Example


Text Example

White with #6EC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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