Html Css Color HEX #116B63 Blue Stone

📋 copy color: '#116B63'

red 17 ◦ green 107 ◦ blue 99

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

Shades of Blue Stone #116B63

Tints of Blue Stone #116B63

RGB

 RED value IS 17 (7.03% from 255) = 7.62%

 GREEN value IS 107 (42.19% from 255) = 47.98%

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

R = 7.62%
G = 47.98%
B = 44.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#116B63 (or 0x116B63) is known color: Blue Stone. HEX triplet: 11, 6B and 63. RGB value is (17,107,99). Sum of RGB (Red+Green+Blue) = 17+107+99=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #116B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B63 is #EE949C. Grayscale: #4F4F4F. Windows color (decimal): -15635613 or 6515473. OLE color: 6515473.

HSL color Cylindrical-coordinate representation of color #116B63: hue angle of 174.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B63 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 99 -
CMYK 0.84 0 0.07 0.58
HSL 174.67º 0.73% 0.24% -
HSV(B) 174.67º 0.84% 0.42% -
XYZ 7.74 11.54 13.62 -
YUV 79.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 17 107 99 0.84 0 0.07 0.58 174.67 0.73 0.24
Hex 11 6B 63 54 0 7 3A AF 49 18
Octal 21 153 143 124 0 7 72 257 111 30
Binary 10001 1101011 1100011 1010100 0 111 111010 10101111 1001001 11000

Color Harmonies of #116B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B63

Black with #116B63

Text Example


Text Example

White with #116B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116B63; }

 p { color: rgb(17,107,99); }

 H1.HeaderClassName
 {
   color: #116B63;
 }
 .AnyTagClassName
 {
   color: #116B63;
 }
</style>

background-color css

<style>
 a { background-color: #116B63; }

 a { background-color: rgb(17,107,99); }

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

border-color css

<style>
 span { border-color: #116B63; }

 span { border-color: rgb(17,107,99); }

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