#0B6867

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

Shades of Blue Stone #0B6867

Tints of Blue Stone #0B6867

Color information

#0B6867 (or 0x0B6867) is unknown color: approx Blue Stone. HEX triplet: 0B, 68 and 67. RGB value is (11,104,103). Sum of RGB (Red+Green+Blue) = 11+104+103=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6867 is #F49798. Grayscale: #4B4B4B. Windows color (decimal): -16029593 or 6776843. OLE color: 6776843.

HSL color Cylindrical-coordinate representation of color #0B6867: hue angle of 179.35º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6867 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB11104103-
CMYK0.8900.010.59
HSL179.35º80.87%22.55%-
HSV(B)179.35º89.42%40.78%-
XYZ7.5410.9514.55-
YUV76.08143.1981.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.05%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=5.05%
G=47.71%
B=47.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal111041030.8900.010.59179.3580.8722.55
HexB686759013Bb35117
Octal13150147131017326312127
Binary10111101000110011110110010111101110110011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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