#0B6D68

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

Shades of Blue Stone #0B6D68

Tints of Blue Stone #0B6D68

Color information

#0B6D68 (or 0x0B6D68) is unknown color: approx Blue Stone. HEX triplet: 0B, 6D and 68. RGB value is (11,109,104). Sum of RGB (Red+Green+Blue) = 11+109+104=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #0B6D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6D68 is #F49297. Grayscale: #4F4F4F. Windows color (decimal): -16028312 or 6843659. OLE color: 6843659.

HSL color Cylindrical-coordinate representation of color #0B6D68: hue angle of 176.94º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6D68 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB11109104-
CMYK0.9000.050.57
HSL176.94º81.67%23.53%-
HSV(B)176.94º89.91%42.75%-
XYZ8.1112.0114.99-
YUV79.13142.0379.41-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.91%
GREEN value IS 109 (42.97% from 255) = 48.66%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=4.91%
G=48.66%
B=46.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111091040.9000.050.57176.9481.6723.53
HexB6D685A0539b15218
Octal13155150132057126112230
Binary1011110110111010001011010010111100110110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,109,104); }

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

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

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

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

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

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

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