#6ECCDE

Color #6ECCDE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6ECCDE

Tints of Spray #6ECCDE

Color information

#6ECCDE (or 0x6ECCDE) is unknown color: approx Spray. HEX triplet: 6E, CC and DE. RGB value is (110,204,222). Sum of RGB (Red+Green+Blue) = 110+204+222=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ECCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCDE is #913321. Grayscale: #B1B1B1. Windows color (decimal): -9515810 or 14601326. OLE color: 14601326.

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

Color convert

RGB110204222-
CMYK0.500.0800.13
HSL189.64º62.92%65.1%-
HSV(B)189.64º50.45%87.06%-
XYZ41.2151.7776.93-
YUV177.95152.8679.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.52%
GREEN value IS 204 (80.08% from 255) = 38.06%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=20.52%
G=38.06%
B=41.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102042220.500.0800.13189.6462.9265.1
Hex6ECCDE3280Dbe3f41
Octal156314336621001527677101
Binary11011101100110011011110110010100001101101111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6ECCDE;
 }
 .AnyTagClassName
 {
   color: #6ECCDE;
 }
</style>
background-color css

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

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

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

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

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

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