#0B6962

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

Shades of Blue Stone #0B6962

Tints of Blue Stone #0B6962

Color information

#0B6962 (or 0x0B6962) is unknown color: approx Blue Stone. HEX triplet: 0B, 69 and 62. RGB value is (11,105,98). Sum of RGB (Red+Green+Blue) = 11+105+98=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #0B6962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6962 is #F4969D. Grayscale: #4C4C4C. Windows color (decimal): -16029342 or 6449419. OLE color: 6449419.

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

Color convert

RGB1110598-
CMYK0.9000.070.59
HSL175.53º81.03%22.75%-
HSV(B)175.53º89.52%41.18%-
XYZ7.3911.0613.3-
YUV76.1140.3681.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=5.14%
G=49.07%
B=45.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11105980.9000.070.59175.5381.0322.75
HexB69625A073Bb05117
Octal13151142132077326012127
Binary1011110100111000101011010011111101110110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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