#0E6667

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

Shades of Blue Stone #0E6667

Tints of Blue Stone #0E6667

Color information

#0E6667 (or 0x0E6667) is unknown color: approx Blue Stone. HEX triplet: 0E, 66 and 67. RGB value is (14,102,103). Sum of RGB (Red+Green+Blue) = 14+102+103=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E6667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6667 is #F19998. Grayscale: #4B4B4B. Windows color (decimal): -15833497 or 6776334. OLE color: 6776334.

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

Color convert

RGB14102103-
CMYK0.860.0100.60
HSL180.67º76.07%22.94%-
HSV(B)180.67º86.41%40.39%-
XYZ7.3810.5814.48-
YUV75.8143.3583.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=6.39%
G=46.58%
B=47.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal141021030.860.0100.60180.6776.0722.94
HexE666756103Cb54c17
Octal16146147126107426511427
Binary11101100110110011110101101011110010110101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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