Html Css Color HEX #106856 Blue Stone

📋 copy color: '#106856'

red 16 ◦ green 104 ◦ blue 86

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

Shades of Blue Stone #106856

Tints of Blue Stone #106856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.49%

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 7.77%
G = 50.49%
B = 41.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#106856 (or 0x106856) is known color: Blue Stone. HEX triplet: 10, 68 and 56. RGB value is (16,104,86). Sum of RGB (Red+Green+Blue) = 16+104+86=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #106856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106856 is #EF97A9. Grayscale: #4B4B4B. Windows color (decimal): -15701930 or 5662736. OLE color: 5662736.

HSL color Cylindrical-coordinate representation of color #106856: hue angle of 167.73º degrees, saturation: 0.73, 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 #106856 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 104 86 -
CMYK 0.85 0 0.17 0.59
HSL 167.73º 0.73% 0.24% -
HSV(B) 167.73º 0.85% 0.41% -
XYZ 6.84 10.68 10.51 -
YUV 75.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 16 104 86 0.85 0 0.17 0.59 167.73 0.73 0.24
Hex 10 68 56 55 0 11 3B A8 49 18
Octal 20 150 126 125 0 21 73 250 111 30
Binary 10000 1101000 1010110 1010101 0 10001 111011 10101000 1001001 11000

Color Harmonies of #106856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106856

Black with #106856

Text Example


Text Example

White with #106856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106856; }

 p { color: rgb(16,104,86); }

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

background-color css

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

 a { background-color: rgb(16,104,86); }

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

border-color css

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

 span { border-color: rgb(16,104,86); }

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