#6ECAE0

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

Shades of Spray #6ECAE0

Tints of Spray #6ECAE0

Color information

#6ECAE0 (or 0x6ECAE0) is unknown color: approx Spray. HEX triplet: 6E, CA and E0. RGB value is (110,202,224). Sum of RGB (Red+Green+Blue) = 110+202+224=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ECAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECAE0 is #91351F. Grayscale: #B0B0B0. Windows color (decimal): -9516320 or 14731886. OLE color: 14731886.

HSL color Cylindrical-coordinate representation of color #6ECAE0: hue angle of 191.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECAE0 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110202224-
CMYK0.510.1000.12
HSL191.58º64.77%65.49%-
HSV(B)191.58º50.89%87.84%-
XYZ41.0150.9478.19-
YUV177154.5280.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.52%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=20.52%
G=37.69%
B=41.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1102022240.510.1000.12191.5864.7765.49
Hex6ECAE033A0Cc04141
Octal1563123406312014300101101
Binary110111011001010111000001100111010011001100000010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,202,224); }

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

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

 a { background-color: rgb(110,202,224); }

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

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

 span { border-color: rgb(110,202,224); }

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