Html Css Color HEX #106863 Blue Stone

📋 copy color: '#106863'

red 16 ◦ green 104 ◦ blue 99

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

Shades of Blue Stone #106863

Tints of Blue Stone #106863

RGB

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

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

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

R = 7.31%
G = 47.49%
B = 45.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#106863 (or 0x106863) is known color: Blue Stone. HEX triplet: 10, 68 and 63. RGB value is (16,104,99). Sum of RGB (Red+Green+Blue) = 16+104+99=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #106863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106863 is #EF979C. Grayscale: #4D4D4D. Windows color (decimal): -15701917 or 6514704. OLE color: 6514704.

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

Color convert

RGB 16 104 99 -
CMYK 0.85 0 0.05 0.59
HSL 176.59º 0.73% 0.24% -
HSV(B) 176.59º 0.85% 0.41% -
XYZ 7.42 10.91 13.52 -
YUV 77.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 16 104 99 0.85 0 0.05 0.59 176.59 0.73 0.24
Hex 10 68 63 55 0 5 3B B1 49 18
Octal 20 150 143 125 0 5 73 261 111 30
Binary 10000 1101000 1100011 1010101 0 101 111011 10110001 1001001 11000

Color Harmonies of #106863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106863

Black with #106863

Text Example


Text Example

White with #106863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106863; }

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

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

background-color css

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

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

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

border-color css

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

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

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