#0f6661

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

Shades of Blue Stone #0F6661

Tints of Blue Stone #0F6661

Color information

#0F6661 (or 0x0F6661) is unknown color: approx Blue Stone. HEX triplet: 0F, 66 and 61. RGB value is (15,102,97). Sum of RGB (Red+Green+Blue) = 15+102+97=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 102 - color contains mainly: green. Hex color #0F6661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6661 is #F0999E. Grayscale: #4B4B4B. Windows color (decimal): -15767967 or 6383119. OLE color: 6383119.

HSL color Cylindrical-coordinate representation of color #0F6661: hue angle of 176.55º degrees, saturation: 0.74, 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 #0F6661 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1510297-
CMYK0.8500.050.6
HSL176.55º74.36%22.94%-
HSV(B)176.55º85.29%40%-
XYZ7.1110.4712.96-
YUV75.42140.1884.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.01%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=7.01%
G=47.66%
B=45.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal15102970.8500.050.6176.5574.3622.94
HexF666155053Cb14a17
Octal17146141125057426111227
Binary1111110011011000011010101010111110010110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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