#0F6867

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

Shades of Blue Stone #0F6867

Tints of Blue Stone #0F6867

Color information

#0F6867 (or 0x0F6867) is unknown color: approx Blue Stone. HEX triplet: 0F, 68 and 67. RGB value is (15,104,103). Sum of RGB (Red+Green+Blue) = 15+104+103=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6867 is #F09798. Grayscale: #4D4D4D. Windows color (decimal): -15767449 or 6776847. OLE color: 6776847.

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

Color convert

RGB15104103-
CMYK0.8600.010.59
HSL179.33º74.79%23.33%-
HSV(B)179.33º85.58%40.78%-
XYZ7.610.9814.55-
YUV77.27142.5183.58-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=6.76%
G=46.85%
B=46.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal151041030.8600.010.59179.3374.7923.33
HexF686756013Bb34b17
Octal17150147126017326311327
Binary11111101000110011110101100111101110110011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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