#0F6163

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

Shades of Blue Stone #0F6163

Tints of Blue Stone #0F6163

Color information

#0F6163 (or 0x0F6163) is unknown color: approx Blue Stone. HEX triplet: 0F, 61 and 63. RGB value is (15,97,99). Sum of RGB (Red+Green+Blue) = 15+97+99=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F6163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6163 is #F09E9C. Grayscale: #484848. Windows color (decimal): -15769245 or 6512911. OLE color: 6512911.

HSL color Cylindrical-coordinate representation of color #0F6163: hue angle of 181.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6163 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB159799-
CMYK0.850.0200.61
HSL181.43º73.68%22.35%-
HSV(B)181.43º84.85%38.82%-
XYZ6.729.5513.29-
YUV72.71142.8386.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.11%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=7.11%
G=45.97%
B=46.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1597990.850.0200.61181.4373.6822.35
HexF616355203Db54a16
Octal17141143125207526511226
Binary111111000011100011101010110011110110110101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,97,99); }

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

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

 a { background-color: rgb(15,97,99); }

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

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

 span { border-color: rgb(15,97,99); }

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