#0E6665

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

Shades of Blue Stone #0E6665

Tints of Blue Stone #0E6665

Color information

#0E6665 (or 0x0E6665) is unknown color: approx Blue Stone. HEX triplet: 0E, 66 and 65. RGB value is (14,102,101). Sum of RGB (Red+Green+Blue) = 14+102+101=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6665 is #F1999A. Grayscale: #4B4B4B. Windows color (decimal): -15833499 or 6645262. OLE color: 6645262.

HSL color Cylindrical-coordinate representation of color #0E6665: hue angle of 179.32º 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 #0E6665 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB14102101-
CMYK0.8600.010.6
HSL179.32º75.86%22.75%-
HSV(B)179.32º86.27%40%-
XYZ7.2810.5413.96-
YUV75.57142.3584.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=6.45%
G=47.00%
B=46.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal141021010.8600.010.6179.3275.8622.75
HexE666556013Cb34c17
Octal16146145126017426311427
Binary11101100110110010110101100111110010110011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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