Html Css Color HEX #6ECCDB Spray

📋 copy color: '#6ECCDB'

red 110 ◦ green 204 ◦ blue 219

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

Shades of Spray #6ECCDB

Tints of Spray #6ECCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

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

R = 20.64%
G = 38.27%
B = 41.09%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ECCDB (or 0x6ECCDB) is known color: Spray. HEX triplet: 6E, CC and DB. RGB value is (110,204,219). Sum of RGB (Red+Green+Blue) = 110+204+219=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCDB is #913324. Grayscale: #B1B1B1. Windows color (decimal): -9515813 or 14404718. OLE color: 14404718.

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

Color convert

RGB 110 204 219 -
CMYK 0.50 0.07 0 0.14
HSL 188.26º 0.6% 0.65% -
HSV(B) 188.26º 0.5% 0.86% -
XYZ 40.81 51.62 74.83 -
YUV 177.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 110 204 219 0.50 0.07 0 0.14 188.26 0.6 0.65
Hex 6E CC DB 32 7 0 E BC 3C 41
Octal 156 314 333 62 7 0 16 274 74 101
Binary 1101110 11001100 11011011 110010 111 0 1110 10111100 111100 1000001

Color Harmonies of #6ECCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCDB

Black with #6ECCDB

Text Example


Text Example

White with #6ECCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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