#0e6364

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

Shades of Blue Stone #0E6364

Tints of Blue Stone #0E6364

Color information

#0E6364 (or 0x0E6364) is unknown color: approx Blue Stone. HEX triplet: 0E, 63 and 64. RGB value is (14,99,100). Sum of RGB (Red+Green+Blue) = 14+99+100=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #0E6364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6364 is #F19C9B. Grayscale: #494949. Windows color (decimal): -15834268 or 6578958. OLE color: 6578958.

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

Color convert

RGB1499100-
CMYK0.860.0100.61
HSL180.7º75.44%22.35%-
HSV(B)180.7º86%39.22%-
XYZ6.949.9413.61-
YUV73.7142.8485.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.57%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=6.57%
G=46.48%
B=46.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14991000.860.0100.61180.775.4422.35
HexE636456103Db54b16
Octal16143144126107526511326
Binary11101100011110010010101101011110110110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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