#0B6C64

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

Shades of Blue Stone #0B6C64

Tints of Blue Stone #0B6C64

Color information

#0B6C64 (or 0x0B6C64) is unknown color: approx Blue Stone. HEX triplet: 0B, 6C and 64. RGB value is (11,108,100). Sum of RGB (Red+Green+Blue) = 11+108+100=219 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5.02% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #0B6C64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6C64 is #F4939B. Grayscale: #4E4E4E. Windows color (decimal): -16028572 or 6581259. OLE color: 6581259.

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

Color convert

RGB11108100-
CMYK0.9000.070.58
HSL175.05º81.51%23.33%-
HSV(B)175.05º89.81%42.35%-
XYZ7.811.7213.91-
YUV78.08140.3680.15-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.02%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=5.02%
G=49.32%
B=45.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal111081000.9000.070.58175.0581.5123.33
HexB6C645A073Aaf5217
Octal13154144132077225712227
Binary1011110110011001001011010011111101010101111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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