Html Css Color HEX #6ECCDD Spray

📋 copy color: '#6ECCDD'

red 110 ◦ green 204 ◦ blue 221

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

Shades of Spray #6ECCDD

Tints of Spray #6ECCDD

RGB

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

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

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

R = 20.56%
G = 38.13%
B = 41.31%

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

#6ECCDD (or 0x6ECCDD) is known color: Spray. HEX triplet: 6E, CC and DD. RGB value is (110,204,221). Sum of RGB (Red+Green+Blue) = 110+204+221=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ECCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCDD is #913322. Grayscale: #B1B1B1. Windows color (decimal): -9515811 or 14535790. OLE color: 14535790.

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

Color convert

RGB 110 204 221 -
CMYK 0.50 0.08 0 0.13
HSL 189.19º 0.62% 0.65% -
HSV(B) 189.19º 0.5% 0.87% -
XYZ 41.07 51.72 76.22 -
YUV 177.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 110 204 221 0.50 0.08 0 0.13 189.19 0.62 0.65
Hex 6E CC DD 32 8 0 D BD 3E 41
Octal 156 314 335 62 10 0 15 275 76 101
Binary 1101110 11001100 11011101 110010 1000 0 1101 10111101 111110 1000001

Color Harmonies of #6ECCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCDD

Black with #6ECCDD

Text Example


Text Example

White with #6ECCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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