#10616A

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

Shades of Blue Stone #10616A

Tints of Blue Stone #10616A

Color information

#10616A (or 0x10616A) is unknown color: approx Blue Stone. HEX triplet: 10, 61 and 6A. RGB value is (16,97,106). Sum of RGB (Red+Green+Blue) = 16+97+106=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #10616A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10616A is #EF9E95. Grayscale: #494949. Windows color (decimal): -15703702 or 6971664. OLE color: 6971664.

HSL color Cylindrical-coordinate representation of color #10616A: hue angle of 186º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10616A is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1697106-
CMYK0.850.0800.58
HSL186º73.77%23.92%-
HSV(B)186º84.91%41.57%-
XYZ7.099.715.13-
YUV73.81146.1686.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=7.31%
G=44.29%
B=48.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16971060.850.0800.5818673.7723.92
Hex10616A55803Aba4a18
Octal201411521251007227211230
Binary100001100001110101010101011000011101010111010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10616A; }

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

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

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

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

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

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

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

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