Html Css Color HEX #6ECACD Spray

📋 copy color: '#6ECACD'

red 110 ◦ green 202 ◦ blue 205

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

Shades of Spray #6ECACD

Tints of Spray #6ECACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 21.28%
G = 39.07%
B = 39.65%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6ECACD (or 0x6ECACD) is known color: Spray. HEX triplet: 6E, CA and CD. RGB value is (110,202,205). Sum of RGB (Red+Green+Blue) = 110+202+205=517 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.28% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ECACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECACD is #913532. Grayscale: #AEAEAE. Windows color (decimal): -9516339 or 13486702. OLE color: 13486702.

HSL color Cylindrical-coordinate representation of color #6ECACD: hue angle of 181.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECACD is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 202 205 -
CMYK 0.46 0.01 0 0.20
HSL 181.89º 0.49% 0.62% -
HSV(B) 181.89º 0.46% 0.8% -
XYZ 38.57 49.96 65.37 -
YUV 174.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 110 202 205 0.46 0.01 0 0.20 181.89 0.49 0.62
Hex 6E CA CD 2E 1 0 14 B6 31 3E
Octal 156 312 315 56 1 0 24 266 61 76
Binary 1101110 11001010 11001101 101110 1 0 10100 10110110 110001 111110

Color Harmonies of #6ECACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECACD

Black with #6ECACD

Text Example


Text Example

White with #6ECACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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