#0F6462

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

Shades of Blue Stone #0F6462

Tints of Blue Stone #0F6462

Color information

#0F6462 (or 0x0F6462) is unknown color: approx Blue Stone. HEX triplet: 0F, 64 and 62. RGB value is (15,100,98). Sum of RGB (Red+Green+Blue) = 15+100+98=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6462 is #F09B9D. Grayscale: #4A4A4A. Windows color (decimal): -15768478 or 6448143. OLE color: 6448143.

HSL color Cylindrical-coordinate representation of color #0F6462: hue angle of 178.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6462 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB1510098-
CMYK0.8500.020.61
HSL178.59º73.91%22.55%-
HSV(B)178.59º85%39.22%-
XYZ6.9610.113.14-
YUV74.36141.3485.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.04%
GREEN value IS 100 (39.45% from 255) = 46.95%
BLUE value IS 98 (38.67% from 255) = 46.01%
R=7.04%
G=46.95%
B=46.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal15100980.8500.020.61178.5973.9122.55
HexF646255023Db34a17
Octal17144142125027526311227
Binary111111001001100010101010101011110110110011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,98); }

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

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

 a { background-color: rgb(15,100,98); }

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

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

 span { border-color: rgb(15,100,98); }

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