Html Css Color HEX #116061 Blue Stone

📋 copy color: '#116061'

red 17 ◦ green 96 ◦ blue 97

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

Shades of Blue Stone #116061

Tints of Blue Stone #116061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 8.1%
G = 45.71%
B = 46.19%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#116061 (or 0x116061) is known color: Blue Stone. HEX triplet: 11, 60 and 61. RGB value is (17,96,97). Sum of RGB (Red+Green+Blue) = 17+96+97=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #116061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116061 is #EE9F9E. Grayscale: #484848. Windows color (decimal): -15638431 or 6381585. OLE color: 6381585.

HSL color Cylindrical-coordinate representation of color #116061: hue angle of 180.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116061 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 97 -
CMYK 0.82 0.01 0 0.62
HSL 180.75º 0.7% 0.22% -
HSV(B) 180.75º 0.82% 0.38% -
XYZ 6.57 9.35 12.77 -
YUV 72.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 17 96 97 0.82 0.01 0 0.62 180.75 0.7 0.22
Hex 11 60 61 52 1 0 3E B5 46 16
Octal 21 140 141 122 1 0 76 265 106 26
Binary 10001 1100000 1100001 1010010 1 0 111110 10110101 1000110 10110

Color Harmonies of #116061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116061

Black with #116061

Text Example


Text Example

White with #116061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116061; }

 p { color: rgb(17,96,97); }

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

background-color css

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

 a { background-color: rgb(17,96,97); }

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

border-color css

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

 span { border-color: rgb(17,96,97); }

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