#0F6B64

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

Shades of Blue Stone #0F6B64

Tints of Blue Stone #0F6B64

Color information

#0F6B64 (or 0x0F6B64) is unknown color: approx Blue Stone. HEX triplet: 0F, 6B and 64. RGB value is (15,107,100). Sum of RGB (Red+Green+Blue) = 15+107+100=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #0F6B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6B64 is #F0949B. Grayscale: #4E4E4E. Windows color (decimal): -15766684 or 6581007. OLE color: 6581007.

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

Color convert

RGB15107100-
CMYK0.8600.070.58
HSL175.43º75.41%23.92%-
HSV(B)175.43º85.98%41.96%-
XYZ7.7511.5413.87-
YUV78.69140.0282.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.76%
GREEN value IS 107 (42.19% from 255) = 48.20%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=6.76%
G=48.20%
B=45.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal151071000.8600.070.58175.4375.4123.92
HexF6B6456073Aaf4b18
Octal17153144126077225711330
Binary1111110101111001001010110011111101010101111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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