#6ECBD6

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

Shades of Spray #6ECBD6

Tints of Spray #6ECBD6

Color information

#6ECBD6 (or 0x6ECBD6) is unknown color: approx Spray. HEX triplet: 6E, CB and D6. RGB value is (110,203,214). Sum of RGB (Red+Green+Blue) = 110+203+214=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #6ECBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBD6 is #913429. Grayscale: #B0B0B0. Windows color (decimal): -9516074 or 14076782. OLE color: 14076782.

HSL color Cylindrical-coordinate representation of color #6ECBD6: hue angle of 186.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ECBD6 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110203214-
CMYK0.490.0500.16
HSL186.35º55.91%63.53%-
HSV(B)186.35º48.6%83.92%-
XYZ39.9250.8871.34-
YUV176.45149.1980.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.87%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=20.87%
G=38.52%
B=40.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1102032140.490.0500.16186.3555.9163.53
Hex6ECBD6315010ba3840
Octal15631332661502027270100
Binary11011101100101111010110110001101010000101110101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,203,214); }

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

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

 a { background-color: rgb(110,203,214); }

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

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

 span { border-color: rgb(110,203,214); }

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