#0F6263

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

Shades of Blue Stone #0F6263

Tints of Blue Stone #0F6263

Color information

#0F6263 (or 0x0F6263) is unknown color: approx Blue Stone. HEX triplet: 0F, 62 and 63. RGB value is (15,98,99). Sum of RGB (Red+Green+Blue) = 15+98+99=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F6263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6263 is #F09D9C. Grayscale: #494949. Windows color (decimal): -15768989 or 6513167. OLE color: 6513167.

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

Color convert

RGB159899-
CMYK0.850.0100.61
HSL180.71º73.68%22.35%-
HSV(B)180.71º84.85%38.82%-
XYZ6.829.7413.32-
YUV73.3142.586.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.08%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=7.08%
G=46.23%
B=46.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1598990.850.0100.61180.7173.6822.35
HexF626355103Db54a16
Octal17142143125107526511226
Binary11111100010110001110101011011110110110101100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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