#6EC7CD

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

Shades of Spray #6EC7CD

Tints of Spray #6EC7CD

Color information

#6EC7CD (or 0x6EC7CD) is unknown color: approx Spray. HEX triplet: 6E, C7 and CD. RGB value is (110,199,205). Sum of RGB (Red+Green+Blue) = 110+199+205=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EC7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC7CD is #913832. Grayscale: #ACACAC. Windows color (decimal): -9517107 or 13485934. OLE color: 13485934.

HSL color Cylindrical-coordinate representation of color #6EC7CD: hue angle of 183.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC7CD is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110199205-
CMYK0.460.0300.20
HSL183.79º48.72%61.76%-
HSV(B)183.79º46.34%80.39%-
XYZ37.8748.5765.14-
YUV173.07146.0183.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.40%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=21.40%
G=38.72%
B=39.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101992050.460.0300.20183.7948.7261.76
Hex6EC7CD2E3014b8313e
Octal1563073155630242706176
Binary110111011000111110011011011101101010010111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,199,205); }

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

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

 a { background-color: rgb(110,199,205); }

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

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

 span { border-color: rgb(110,199,205); }

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