#106361

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

Shades of Blue Stone #106361

Tints of Blue Stone #106361

Color information

#106361 (or 0x106361) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 61. RGB value is (16,99,97). Sum of RGB (Red+Green+Blue) = 16+99+97=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #106361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106361 is #EF9C9E. Grayscale: #494949. Windows color (decimal): -15703199 or 6382352. OLE color: 6382352.

HSL color Cylindrical-coordinate representation of color #106361: hue angle of 178.55º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106361 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB169997-
CMYK0.8400.020.61
HSL178.55º72.17%22.55%-
HSV(B)178.55º83.84%38.82%-
XYZ6.839.912.86-
YUV73.9614186.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=7.55%
G=46.70%
B=45.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699970.8400.020.61178.5572.1722.55
Hex10636154023Db34817
Octal20143141124027526311027
Binary1000011000111100001101010001011110110110011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106361; }

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

 H1.HeaderClassName
 {
   color: #106361;
 }
 .AnyTagClassName
 {
   color: #106361;
 }
</style>
background-color css

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

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

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

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

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

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