Html Css Color HEX #6ECADB Spray

📋 copy color: '#6ECADB'

red 110 ◦ green 202 ◦ blue 219

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

Shades of Spray #6ECADB

Tints of Spray #6ECADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 20.72%
G = 38.04%
B = 41.24%

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

#6ECADB (or 0x6ECADB) is known color: Spray. HEX triplet: 6E, CA and DB. RGB value is (110,202,219). Sum of RGB (Red+Green+Blue) = 110+202+219=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECADB is #913524. Grayscale: #B0B0B0. Windows color (decimal): -9516325 or 14404206. OLE color: 14404206.

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

Color convert

RGB 110 202 219 -
CMYK 0.50 0.08 0 0.14
HSL 189.36º 0.6% 0.65% -
HSV(B) 189.36º 0.5% 0.86% -
XYZ 40.34 50.67 74.67 -
YUV 176.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 110 202 219 0.50 0.08 0 0.14 189.36 0.6 0.65
Hex 6E CA DB 32 8 0 E BD 3C 41
Octal 156 312 333 62 10 0 16 275 74 101
Binary 1101110 11001010 11011011 110010 1000 0 1110 10111101 111100 1000001

Color Harmonies of #6ECADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECADB

Black with #6ECADB

Text Example


Text Example

White with #6ECADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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