#0B6B66

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

Shades of Blue Stone #0B6B66

Tints of Blue Stone #0B6B66

Color information

#0B6B66 (or 0x0B6B66) is unknown color: approx Blue Stone. HEX triplet: 0B, 6B and 66. RGB value is (11,107,102). Sum of RGB (Red+Green+Blue) = 11+107+102=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #0B6B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B66 is #F49499. Grayscale: #4D4D4D. Windows color (decimal): -16028826 or 6712075. OLE color: 6712075.

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

Color convert

RGB11107102-
CMYK0.9000.050.58
HSL176.88º81.36%23.14%-
HSV(B)176.88º89.72%41.96%-
XYZ7.7911.5514.39-
YUV77.73141.780.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5%
GREEN value IS 107 (42.19% from 255) = 48.64%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=5%
G=48.64%
B=46.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal111071020.9000.050.58176.8881.3623.14
HexB6B665A053Ab15117
Octal13153146132057226112127
Binary1011110101111001101011010010111101010110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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