#0F676A

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

Shades of Blue Stone #0F676A

Tints of Blue Stone #0F676A

Color information

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

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

Color convert

RGB15103106-
CMYK0.860.0300.58
HSL181.98º75.21%23.73%-
HSV(B)181.98º85.85%41.57%-
XYZ7.6510.8415.33-
YUV77.03144.3583.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151031060.860.0300.58181.9875.2123.73
HexF676A56303Ab64b18
Octal17147152126307226611330
Binary111111001111101010101011011011101010110110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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