#0F6E60

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

Shades of Blue Stone #0F6E60

Tints of Blue Stone #0F6E60

Color information

#0F6E60 (or 0x0F6E60) is unknown color: approx Blue Stone. HEX triplet: 0F, 6E and 60. RGB value is (15,110,96). Sum of RGB (Red+Green+Blue) = 15+110+96=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6E60 is #F0919F. Grayscale: #4F4F4F. Windows color (decimal): -15765920 or 6319631. OLE color: 6319631.

HSL color Cylindrical-coordinate representation of color #0F6E60: hue angle of 171.16º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E60 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1511096-
CMYK0.8600.130.57
HSL171.16º76%24.51%-
HSV(B)171.16º86.36%43.14%-
XYZ7.8812.112.99-
YUV80137.0381.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.79%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=6.79%
G=49.77%
B=43.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110960.8600.130.57171.167624.51
HexF6E60560D39ab4c19
Octal171561401260157125311431
Binary11111101110110000010101100110111100110101011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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