Html Css Color HEX #6ECBDD Spray

📋 copy color: '#6ECBDD'

red 110 ◦ green 203 ◦ blue 221

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

Shades of Spray #6ECBDD

Tints of Spray #6ECBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 20.6%
G = 38.01%
B = 41.39%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ECBDD (or 0x6ECBDD) is known color: Spray. HEX triplet: 6E, CB and DD. RGB value is (110,203,221). Sum of RGB (Red+Green+Blue) = 110+203+221=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ECBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBDD is #913422. Grayscale: #B1B1B1. Windows color (decimal): -9516067 or 14535534. OLE color: 14535534.

HSL color Cylindrical-coordinate representation of color #6ECBDD: hue angle of 189.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECBDD is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 203 221 -
CMYK 0.50 0.08 0 0.13
HSL 189.73º 0.62% 0.65% -
HSV(B) 189.73º 0.5% 0.87% -
XYZ 40.84 51.25 76.15 -
YUV 177.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 110 203 221 0.50 0.08 0 0.13 189.73 0.62 0.65
Hex 6E CB DD 32 8 0 D BE 3E 41
Octal 156 313 335 62 10 0 15 276 76 101
Binary 1101110 11001011 11011101 110010 1000 0 1101 10111110 111110 1000001

Color Harmonies of #6ECBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBDD

Black with #6ECBDD

Text Example


Text Example

White with #6ECBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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