#0E6461

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

Shades of Blue Stone #0E6461

Tints of Blue Stone #0E6461

Color information

#0E6461 (or 0x0E6461) is unknown color: approx Blue Stone. HEX triplet: 0E, 64 and 61. RGB value is (14,100,97). Sum of RGB (Red+Green+Blue) = 14+100+97=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #0E6461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6461 is #F19B9E. Grayscale: #494949. Windows color (decimal): -15834015 or 6382606. OLE color: 6382606.

HSL color Cylindrical-coordinate representation of color #0E6461: hue angle of 177.91º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6461 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB1410097-
CMYK0.8600.030.61
HSL177.91º75.44%22.35%-
HSV(B)177.91º86%39.22%-
XYZ6.910.0712.89-
YUV73.94141.0185.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.64%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=6.64%
G=47.39%
B=45.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14100970.8600.030.61177.9175.4422.35
HexE646156033Db24b16
Octal16144141126037526211326
Binary111011001001100001101011001111110110110010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,100,97); }

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

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

 a { background-color: rgb(14,100,97); }

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

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

 span { border-color: rgb(14,100,97); }

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