Html Css Color HEX #6ECADC Spray

📋 copy color: '#6ECADC'

red 110 ◦ green 202 ◦ blue 220

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

Shades of Spray #6ECADC

Tints of Spray #6ECADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.97%

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

R = 20.68%
G = 37.97%
B = 41.35%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ECADC (or 0x6ECADC) is known color: Spray. HEX triplet: 6E, CA and DC. RGB value is (110,202,220). Sum of RGB (Red+Green+Blue) = 110+202+220=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ECADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECADC is #913523. Grayscale: #B0B0B0. Windows color (decimal): -9516324 or 14469742. OLE color: 14469742.

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

Color convert

RGB 110 202 220 -
CMYK 0.50 0.08 0 0.14
HSL 189.82º 0.61% 0.65% -
HSV(B) 189.82º 0.5% 0.86% -
XYZ 40.47 50.72 75.37 -
YUV 176.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 110 202 220 0.50 0.08 0 0.14 189.82 0.61 0.65
Hex 6E CA DC 32 8 0 E BE 3D 41
Octal 156 312 334 62 10 0 16 276 75 101
Binary 1101110 11001010 11011100 110010 1000 0 1110 10111110 111101 1000001

Color Harmonies of #6ECADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECADC

Black with #6ECADC

Text Example


Text Example

White with #6ECADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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