#0F6F67

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

Shades of Blue Stone #0F6F67

Tints of Blue Stone #0F6F67

Color information

#0F6F67 (or 0x0F6F67) is unknown color: approx Blue Stone. HEX triplet: 0F, 6F and 67. RGB value is (15,111,103). Sum of RGB (Red+Green+Blue) = 15+111+103=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6F67 is #F09098. Grayscale: #515151. Windows color (decimal): -15765657 or 6778639. OLE color: 6778639.

HSL color Cylindrical-coordinate representation of color #0F6F67: hue angle of 175º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F67 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB15111103-
CMYK0.8600.070.56
HSL175º76.19%24.71%-
HSV(B)175º86.49%43.53%-
XYZ8.3312.4514.8-
YUV81.38140.280.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 111 (43.75% from 255) = 48.47%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=6.55%
G=48.47%
B=44.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal151111030.8600.070.5617576.1924.71
HexF6F67560738af4c19
Octal17157147126077025711431
Binary1111110111111001111010110011111100010101111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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