#0F6860

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

Shades of Blue Stone #0F6860

Tints of Blue Stone #0F6860

Color information

#0F6860 (or 0x0F6860) is unknown color: approx Blue Stone. HEX triplet: 0F, 68 and 60. RGB value is (15,104,96). Sum of RGB (Red+Green+Blue) = 15+104+96=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6860 is #F0979F. Grayscale: #4C4C4C. Windows color (decimal): -15767456 or 6318095. OLE color: 6318095.

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

Color convert

RGB1510496-
CMYK0.8600.080.59
HSL174.61º74.79%23.33%-
HSV(B)174.61º85.58%40.78%-
XYZ7.2610.8512.78-
YUV76.48139.0184.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 104 (41.02% from 255) = 48.37%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=6.98%
G=48.37%
B=44.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15104960.8600.080.59174.6174.7923.33
HexF686056083Baf4b17
Octal171501401260107325711327
Binary11111101000110000010101100100011101110101111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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