#0F685F

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

Shades of Blue Stone #0F685F

Tints of Blue Stone #0F685F

Color information

#0F685F (or 0x0F685F) is unknown color: approx Blue Stone. HEX triplet: 0F, 68 and 5F. RGB value is (15,104,95). Sum of RGB (Red+Green+Blue) = 15+104+95=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #0F685F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F685F is #F097A0. Grayscale: #4C4C4C. Windows color (decimal): -15767457 or 6252559. OLE color: 6252559.

HSL color Cylindrical-coordinate representation of color #0F685F: hue angle of 173.93º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F685F is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1510495-
CMYK0.8600.090.59
HSL173.93º74.79%23.33%-
HSV(B)173.93º85.58%40.78%-
XYZ7.2110.8312.54-
YUV76.36138.5184.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 104 (41.02% from 255) = 48.60%
BLUE value IS 95 (37.5% from 255) = 44.39%
R=7.01%
G=48.60%
B=44.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15104950.8600.090.59173.9374.7923.33
HexF685F56093Bae4b17
Octal171501371260117325611327
Binary11111101000101111110101100100111101110101110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,95); }

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

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

 a { background-color: rgb(15,104,95); }

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

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

 span { border-color: rgb(15,104,95); }

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