Html Css Color HEX #6ECBDC Spray

📋 copy color: '#6ECBDC'

red 110 ◦ green 203 ◦ blue 220

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

Shades of Spray #6ECBDC

Tints of Spray #6ECBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.09%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 20.64%
G = 38.09%
B = 41.28%

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

#6ECBDC (or 0x6ECBDC) is known color: Spray. HEX triplet: 6E, CB and DC. RGB value is (110,203,220). Sum of RGB (Red+Green+Blue) = 110+203+220=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ECBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBDC is #913423. Grayscale: #B0B0B0. Windows color (decimal): -9516068 or 14469998. OLE color: 14469998.

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

Color convert

RGB 110 203 220 -
CMYK 0.50 0.08 0 0.14
HSL 189.27º 0.61% 0.65% -
HSV(B) 189.27º 0.5% 0.86% -
XYZ 40.7 51.19 75.45 -
YUV 177.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 110 203 220 0.50 0.08 0 0.14 189.27 0.61 0.65
Hex 6E CB DC 32 8 0 E BD 3D 41
Octal 156 313 334 62 10 0 16 275 75 101
Binary 1101110 11001011 11011100 110010 1000 0 1110 10111101 111101 1000001

Color Harmonies of #6ECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBDC

Black with #6ECBDC

Text Example


Text Example

White with #6ECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,203,220); }

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

background-color css

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

 a { background-color: rgb(110,203,220); }

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

border-color css

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

 span { border-color: rgb(110,203,220); }

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