#6EC8DD

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

Shades of Spray #6EC8DD

Tints of Spray #6EC8DD

Color information

#6EC8DD (or 0x6EC8DD) is unknown color: approx Spray. HEX triplet: 6E, C8 and DD. RGB value is (110,200,221). Sum of RGB (Red+Green+Blue) = 110+200+221=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EC8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8DD is #913722. Grayscale: #AFAFAF. Windows color (decimal): -9516835 or 14534766. OLE color: 14534766.

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

Color convert

RGB110200221-
CMYK0.500.1000.13
HSL191.35º62.01%64.9%-
HSV(B)191.35º50.23%86.67%-
XYZ40.1449.8475.91-
YUV175.48153.6881.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.72%
GREEN value IS 200 (78.52% from 255) = 37.66%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=20.72%
G=37.66%
B=41.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1102002210.500.1000.13191.3562.0164.9
Hex6EC8DD32A0Dbf3e41
Octal156310335621201527776101
Binary11011101100100011011101110010101001101101111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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