Html Css Color HEX #106966 Blue Stone

📋 copy color: '#106966'

red 16 ◦ green 105 ◦ blue 102

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

Shades of Blue Stone #106966

Tints of Blue Stone #106966

RGB

 RED value IS 16 (6.64% from 255) = 7.17%

 GREEN value IS 105 (41.41% from 255) = 47.09%

 BLUE value IS 102 (40.23% from 255) = 45.74%

R = 7.17%
G = 47.09%
B = 45.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#106966 (or 0x106966) is known color: Blue Stone. HEX triplet: 10, 69 and 66. RGB value is (16,105,102). Sum of RGB (Red+Green+Blue) = 16+105+102=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #106966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106966 is #EF9699. Grayscale: #4D4D4D. Windows color (decimal): -15701658 or 6711568. OLE color: 6711568.

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

Color convert

RGB 16 105 102 -
CMYK 0.85 0 0.03 0.59
HSL 177.98º 0.74% 0.24% -
HSV(B) 177.98º 0.85% 0.41% -
XYZ 7.66 11.17 14.32 -
YUV 78.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 16 105 102 0.85 0 0.03 0.59 177.98 0.74 0.24
Hex 10 69 66 55 0 3 3B B2 4A 18
Octal 20 151 146 125 0 3 73 262 112 30
Binary 10000 1101001 1100110 1010101 0 11 111011 10110010 1001010 11000

Color Harmonies of #106966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106966

Black with #106966

Text Example


Text Example

White with #106966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106966; }

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

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

background-color css

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

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

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

border-color css

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

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

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