#0E6657

Color #0E6657 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #0E6657

Tints of Blue Stone #0E6657

Color information

#0E6657 (or 0x0E6657) is unknown color: approx Blue Stone. HEX triplet: 0E, 66 and 57. RGB value is (14,102,87). Sum of RGB (Red+Green+Blue) = 14+102+87=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6657 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6657 is #F199A8. Grayscale: #494949. Windows color (decimal): -15833513 or 5727758. OLE color: 5727758.

HSL color Cylindrical-coordinate representation of color #0E6657: hue angle of 169.77º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6657 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1410287-
CMYK0.8600.150.6
HSL169.77º75.86%22.75%-
HSV(B)169.77º86.27%40%-
XYZ6.6510.2810.65-
YUV73.98135.3585.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.90%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=6.90%
G=50.25%
B=42.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal14102870.8600.150.6169.7775.8622.75
HexE6657560F3Caa4c17
Octal161461271260177425211427
Binary11101100110101011110101100111111110010101010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6657; }

 p { color: rgb(14,102,87); }

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

<style>
 a { background-color: #0E6657; }

 a { background-color: rgb(14,102,87); }

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

<style>
 span { border-color: #0E6657; }

 span { border-color: rgb(14,102,87); }

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