#0b6b6b

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

Shades of Blue Stone #0B6B6B

Tints of Blue Stone #0B6B6B

Color information

#0B6B6B (or 0x0B6B6B) is unknown color: approx Blue Stone. HEX triplet: 0B, 6B and 6B. RGB value is (11,107,107). Sum of RGB (Red+Green+Blue) = 11+107+107=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #0B6B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B6B is #F49494. Grayscale: #4E4E4E. Windows color (decimal): -16028821 or 7039755. OLE color: 7039755.

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

Color convert

RGB11107107-
CMYK0.90000.58
HSL180º81.36%23.14%-
HSV(B)180º89.72%41.96%-
XYZ8.0511.6515.73-
YUV78.3144.280-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.89%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=4.89%
G=47.56%
B=47.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal111071070.90000.5818081.3623.14
HexB6B6B5A003Ab45117
Octal13153153132007226412127
Binary10111101011110101110110100011101010110100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b6b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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