#0F6C63

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

Shades of Blue Stone #0F6C63

Tints of Blue Stone #0F6C63

Color information

#0F6C63 (or 0x0F6C63) is unknown color: approx Blue Stone. HEX triplet: 0F, 6C and 63. RGB value is (15,108,99). Sum of RGB (Red+Green+Blue) = 15+108+99=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C63 is #F0939C. Grayscale: #4F4F4F. Windows color (decimal): -15766429 or 6515727. OLE color: 6515727.

HSL color Cylindrical-coordinate representation of color #0F6C63: hue angle of 174.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C63 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1510899-
CMYK0.8600.080.58
HSL174.19º75.61%24.12%-
HSV(B)174.19º86.11%42.35%-
XYZ7.8111.7313.66-
YUV79.17139.1982.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 108 (42.58% from 255) = 48.65%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=6.76%
G=48.65%
B=44.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15108990.8600.080.58174.1975.6124.12
HexF6C6356083Aae4c18
Octal171541431260107225611430
Binary11111101100110001110101100100011101010101110100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,99); }

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

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

 a { background-color: rgb(15,108,99); }

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

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

 span { border-color: rgb(15,108,99); }

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