#0F6A67

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

Shades of Blue Stone #0F6A67

Tints of Blue Stone #0F6A67

Color information

#0F6A67 (or 0x0F6A67) is unknown color: approx Blue Stone. HEX triplet: 0F, 6A and 67. RGB value is (15,106,103). Sum of RGB (Red+Green+Blue) = 15+106+103=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #0F6A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6A67 is #F09598. Grayscale: #4E4E4E. Windows color (decimal): -15766937 or 6777359. OLE color: 6777359.

HSL color Cylindrical-coordinate representation of color #0F6A67: hue angle of 178.02º degrees, saturation: 0.75, 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 #0F6A67 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB15106103-
CMYK0.8600.030.58
HSL178.02º75.21%23.73%-
HSV(B)178.02º85.85%41.57%-
XYZ7.811.3914.62-
YUV78.45141.8582.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=6.70%
G=47.32%
B=45.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151061030.8600.030.58178.0275.2123.73
HexF6A6756033Ab24b18
Octal17152147126037226211330
Binary111111010101100111101011001111101010110010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,106,103); }

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

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

 a { background-color: rgb(15,106,103); }

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

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

 span { border-color: rgb(15,106,103); }

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