Html Css Color HEX #0B6A63 Blue Stone

📋 copy color: '#0B6A63'

red 11 ◦ green 106 ◦ blue 99

#0B6A63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #0B6A63

Tints of Blue Stone #0B6A63

RGB

 RED value IS 11 (4.69% from 255) = 5.09%

 GREEN value IS 106 (41.8% from 255) = 49.07%

 BLUE value IS 99 (39.06% from 255) = 45.83%

R = 5.09%
G = 49.07%
B = 45.83%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#0B6A63 (or 0x0B6A63) is known color: Blue Stone. HEX triplet: 0B, 6A and 63. RGB value is (11,106,99). Sum of RGB (Red+Green+Blue) = 11+106+99=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6A63 is #F4959C. Grayscale: #4C4C4C. Windows color (decimal): -16029085 or 6515211. OLE color: 6515211.

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

Color convert

RGB 11 106 99 -
CMYK 0.90 0 0.07 0.58
HSL 175.58º 0.81% 0.23% -
HSV(B) 175.58º 0.9% 0.42% -
XYZ 7.54 11.28 13.58 -
YUV 76.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 11 106 99 0.90 0 0.07 0.58 175.58 0.81 0.23
Hex B 6A 63 5A 0 7 3A B0 51 17
Octal 13 152 143 132 0 7 72 260 121 27
Binary 1011 1101010 1100011 1011010 0 111 111010 10110000 1010001 10111

Color Harmonies of #0B6A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6A63

Black with #0B6A63

Text Example


Text Example

White with #0B6A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B6A63;
 }
 .AnyTagClassName
 {
   color: #0B6A63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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