#106863

Color #106863 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #106863

Tints of Blue Stone #106863

Color information

#106863 (or 0x106863) is unknown color: approx 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

RGB1610499-
CMYK0.8500.050.59
HSL176.59º73.33%23.53%-
HSV(B)176.59º84.62%40.78%-
XYZ7.4210.9113.52-
YUV77.12140.3584.41-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104990.8500.050.59176.5973.3323.53
Hex10686355053Bb14918
Octal20150143125057326111130
Binary10000110100011000111010101010111101110110001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>