#0B6A69

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

Shades of Blue Stone #0B6A69

Tints of Blue Stone #0B6A69

Color information

#0B6A69 (or 0x0B6A69) is unknown color: approx Blue Stone. HEX triplet: 0B, 6A and 69. RGB value is (11,106,105). Sum of RGB (Red+Green+Blue) = 11+106+105=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6A69 is #F49596. Grayscale: #4D4D4D. Windows color (decimal): -16029079 or 6908427. OLE color: 6908427.

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

Color convert

RGB11106105-
CMYK0.9000.010.58
HSL179.37º81.2%22.94%-
HSV(B)179.37º89.62%41.57%-
XYZ7.8411.415.15-
YUV77.48143.5380.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.95%
GREEN value IS 106 (41.80% from 255) = 47.75%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=4.95%
G=47.75%
B=47.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal111061050.9000.010.58179.3781.222.94
HexB6A695A013Ab35117
Octal13152151132017226312127
Binary10111101010110100110110100111101010110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,106,105); }

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

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

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

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

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

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

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