#0F6B65

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

Shades of Blue Stone #0F6B65

Tints of Blue Stone #0F6B65

Color information

#0F6B65 (or 0x0F6B65) is unknown color: approx Blue Stone. HEX triplet: 0F, 6B and 65. RGB value is (15,107,101). Sum of RGB (Red+Green+Blue) = 15+107+101=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B65 is #F0949A. Grayscale: #4E4E4E. Windows color (decimal): -15766683 or 6646543. OLE color: 6646543.

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

Color convert

RGB15107101-
CMYK0.8600.060.58
HSL176.09º75.41%23.92%-
HSV(B)176.09º85.98%41.96%-
XYZ7.811.5614.13-
YUV78.81140.5282.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.73%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=6.73%
G=47.98%
B=45.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151071010.8600.060.58176.0975.4123.92
HexF6B6556063Ab04b18
Octal17153145126067226011330
Binary1111110101111001011010110011011101010110000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,101); }

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

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

 a { background-color: rgb(15,107,101); }

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

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

 span { border-color: rgb(15,107,101); }

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