#0F6761

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

Shades of Blue Stone #0F6761

Tints of Blue Stone #0F6761

Color information

#0F6761 (or 0x0F6761) is unknown color: approx Blue Stone. HEX triplet: 0F, 67 and 61. RGB value is (15,103,97). Sum of RGB (Red+Green+Blue) = 15+103+97=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6761 is #F0989E. Grayscale: #4B4B4B. Windows color (decimal): -15767711 or 6383375. OLE color: 6383375.

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

Color convert

RGB1510397-
CMYK0.8500.060.60
HSL175.91º74.58%23.14%-
HSV(B)175.91º85.44%40.39%-
XYZ7.210.6712.99-
YUV76139.8584.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.98%
GREEN value IS 103 (40.62% from 255) = 47.91%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=6.98%
G=47.91%
B=45.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103970.8500.060.60175.9174.5823.14
HexF676155063Cb04b17
Octal17147141125067426011327
Binary1111110011111000011010101011011110010110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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