#0B645F

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

Shades of Blue Stone #0B645F

Tints of Blue Stone #0B645F

Color information

#0B645F (or 0x0B645F) is unknown color: approx Blue Stone. HEX triplet: 0B, 64 and 5F. RGB value is (11,100,95). Sum of RGB (Red+Green+Blue) = 11+100+95=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #0B645F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B645F is #F49BA0. Grayscale: #484848. Windows color (decimal): -16030625 or 6251531. OLE color: 6251531.

HSL color Cylindrical-coordinate representation of color #0B645F: hue angle of 176.63º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B645F is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB1110095-
CMYK0.8900.050.61
HSL176.63º80.18%21.76%-
HSV(B)176.63º89%39.22%-
XYZ6.7610.0112.4-
YUV72.82140.5183.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.34%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=5.34%
G=48.54%
B=46.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal11100950.8900.050.61176.6380.1821.76
HexB645F59053Db15016
Octal13144137131057526112026
Binary1011110010010111111011001010111110110110001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,100,95); }

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

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

 a { background-color: rgb(11,100,95); }

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

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

 span { border-color: rgb(11,100,95); }

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