#0F6467

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

Shades of Blue Stone #0F6467

Tints of Blue Stone #0F6467

Color information

#0F6467 (or 0x0F6467) is unknown color: approx Blue Stone. HEX triplet: 0F, 64 and 67. RGB value is (15,100,103). Sum of RGB (Red+Green+Blue) = 15+100+103=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F6467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6467 is #F09B98. Grayscale: #4A4A4A. Windows color (decimal): -15768473 or 6775823. OLE color: 6775823.

HSL color Cylindrical-coordinate representation of color #0F6467: hue angle of 182.05º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6467 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB15100103-
CMYK0.850.0300.60
HSL182.05º74.58%23.14%-
HSV(B)182.05º85.44%40.39%-
XYZ7.210.214.42-
YUV74.93143.8485.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.88%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=6.88%
G=45.87%
B=47.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal151001030.850.0300.60182.0574.5823.14
HexF646755303Cb64b17
Octal17144147125307426611327
Binary111111001001100111101010111011110010110110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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