Html Css Color HEX #6ECADD Spray

📋 copy color: '#6ECADD'

red 110 ◦ green 202 ◦ blue 221

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

Shades of Spray #6ECADD

Tints of Spray #6ECADD

RGB

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

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

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

R = 20.64%
G = 37.9%
B = 41.46%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ECADD (or 0x6ECADD) is known color: Spray. HEX triplet: 6E, CA and DD. RGB value is (110,202,221). Sum of RGB (Red+Green+Blue) = 110+202+221=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ECADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECADD is #913522. Grayscale: #B0B0B0. Windows color (decimal): -9516323 or 14535278. OLE color: 14535278.

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

Color convert

RGB 110 202 221 -
CMYK 0.50 0.09 0 0.13
HSL 190.27º 0.62% 0.65% -
HSV(B) 190.27º 0.5% 0.87% -
XYZ 40.6 50.78 76.07 -
YUV 176.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 110 202 221 0.50 0.09 0 0.13 190.27 0.62 0.65
Hex 6E CA DD 32 9 0 D BE 3E 41
Octal 156 312 335 62 11 0 15 276 76 101
Binary 1101110 11001010 11011101 110010 1001 0 1101 10111110 111110 1000001

Color Harmonies of #6ECADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECADD

Black with #6ECADD

Text Example


Text Example

White with #6ECADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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