Html Css Color HEX #6EC4DC Spray

📋 copy color: '#6EC4DC'

red 110 ◦ green 196 ◦ blue 220

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

Shades of Spray #6EC4DC

Tints of Spray #6EC4DC

RGB

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

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

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

R = 20.91%
G = 37.26%
B = 41.83%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EC4DC (or 0x6EC4DC) is known color: Spray. HEX triplet: 6E, C4 and DC. RGB value is (110,196,220). Sum of RGB (Red+Green+Blue) = 110+196+220=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EC4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC4DC is #913B23. Grayscale: #ACACAC. Windows color (decimal): -9517860 or 14468206. OLE color: 14468206.

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

Color convert

RGB 110 196 220 -
CMYK 0.50 0.11 0 0.14
HSL 193.09º 0.61% 0.65% -
HSV(B) 193.09º 0.5% 0.86% -
XYZ 39.09 47.96 74.91 -
YUV 173.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 110 196 220 0.50 0.11 0 0.14 193.09 0.61 0.65
Hex 6E C4 DC 32 B 0 E C1 3D 41
Octal 156 304 334 62 13 0 16 301 75 101
Binary 1101110 11000100 11011100 110010 1011 0 1110 11000001 111101 1000001

Color Harmonies of #6EC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC4DC

Black with #6EC4DC

Text Example


Text Example

White with #6EC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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