Html Css Color HEX #6ECEDB Spray

📋 copy color: '#6ECEDB'

red 110 ◦ green 206 ◦ blue 219

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

Shades of Spray #6ECEDB

Tints of Spray #6ECEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

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

R = 20.56%
G = 38.5%
B = 40.93%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ECEDB (or 0x6ECEDB) is known color: Spray. HEX triplet: 6E, CE and DB. RGB value is (110,206,219). Sum of RGB (Red+Green+Blue) = 110+206+219=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECEDB is #913124. Grayscale: #B2B2B2. Windows color (decimal): -9515301 or 14405230. OLE color: 14405230.

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

Color convert

RGB 110 206 219 -
CMYK 0.50 0.06 0 0.14
HSL 187.16º 0.6% 0.65% -
HSV(B) 187.16º 0.5% 0.86% -
XYZ 41.29 52.57 74.99 -
YUV 178.78 150.7 78.94 -
System Red Green Blue C M Y K H S L
Decimal 110 206 219 0.50 0.06 0 0.14 187.16 0.6 0.65
Hex 6E CE DB 32 6 0 E BB 3C 41
Octal 156 316 333 62 6 0 16 273 74 101
Binary 1101110 11001110 11011011 110010 110 0 1110 10111011 111100 1000001

Color Harmonies of #6ECEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECEDB

Black with #6ECEDB

Text Example


Text Example

White with #6ECEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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