Html Css Color HEX #116669 Blue Stone

📋 copy color: '#116669'

red 17 ◦ green 102 ◦ blue 105

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

Shades of Blue Stone #116669

Tints of Blue Stone #116669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.54%

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 7.59%
G = 45.54%
B = 46.88%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#116669 (or 0x116669) is known color: Blue Stone. HEX triplet: 11, 66 and 69. RGB value is (17,102,105). Sum of RGB (Red+Green+Blue) = 17+102+105=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #116669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116669 is #EE9996. Grayscale: #4C4C4C. Windows color (decimal): -15636887 or 6907409. OLE color: 6907409.

HSL color Cylindrical-coordinate representation of color #116669: hue angle of 182.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116669 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 102 105 -
CMYK 0.84 0.03 0 0.59
HSL 182.05º 0.72% 0.24% -
HSV(B) 182.05º 0.84% 0.41% -
XYZ 7.53 10.64 15.02 -
YUV 76.93 143.84 85.26 -
System Red Green Blue C M Y K H S L
Decimal 17 102 105 0.84 0.03 0 0.59 182.05 0.72 0.24
Hex 11 66 69 54 3 0 3B B6 48 18
Octal 21 146 151 124 3 0 73 266 110 30
Binary 10001 1100110 1101001 1010100 11 0 111011 10110110 1001000 11000

Color Harmonies of #116669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116669

Black with #116669

Text Example


Text Example

White with #116669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116669; }

 p { color: rgb(17,102,105); }

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

background-color css

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

 a { background-color: rgb(17,102,105); }

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

border-color css

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

 span { border-color: rgb(17,102,105); }

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