Html Css Color HEX #0B6B5F Blue Stone

📋 copy color: '#0B6B5F'

red 11 ◦ green 107 ◦ blue 95

#0B6B5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0B6B5F

Tints of Blue Stone #0B6B5F

RGB

 RED value IS 11 (4.69% from 255) = 5.16%

 GREEN value IS 107 (42.19% from 255) = 50.23%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 5.16%
G = 50.23%
B = 44.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#0B6B5F (or 0x0B6B5F) is known color: Blue Stone. HEX triplet: 0B, 6B and 5F. RGB value is (11,107,95). Sum of RGB (Red+Green+Blue) = 11+107+95=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B5F is #F494A0. Grayscale: #4C4C4C. Windows color (decimal): -16028833 or 6253323. OLE color: 6253323.

HSL color Cylindrical-coordinate representation of color #0B6B5F: hue angle of 172.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6B5F is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 107 95 -
CMYK 0.90 0 0.11 0.58
HSL 172.5º 0.81% 0.23% -
HSV(B) 172.5º 0.9% 0.42% -
XYZ 7.46 11.41 12.64 -
YUV 76.93 138.2 80.98 -
System Red Green Blue C M Y K H S L
Decimal 11 107 95 0.90 0 0.11 0.58 172.5 0.81 0.23
Hex B 6B 5F 5A 0 B 3A AC 51 17
Octal 13 153 137 132 0 13 72 254 121 27
Binary 1011 1101011 1011111 1011010 0 1011 111010 10101100 1010001 10111

Color Harmonies of #0B6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6B5F

Black with #0B6B5F

Text Example


Text Example

White with #0B6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B6B5F;
 }
 .AnyTagClassName
 {
   color: #0B6B5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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