#10605E

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

Shades of Blue Stone #10605E

Tints of Blue Stone #10605E

Color information

#10605E (or 0x10605E) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 5E. RGB value is (16,96,94). Sum of RGB (Red+Green+Blue) = 16+96+94=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #10605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10605E is #EF9FA1. Grayscale: #474747. Windows color (decimal): -15703970 or 6184976. OLE color: 6184976.

HSL color Cylindrical-coordinate representation of color #10605E: hue angle of 178.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10605E is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB169694-
CMYK0.8300.020.62
HSL178.5º71.43%21.96%-
HSV(B)178.5º83.33%37.65%-
XYZ6.429.2812.04-
YUV71.85140.588.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=7.77%
G=46.60%
B=45.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696940.8300.020.62178.571.4321.96
Hex10605E53023Eb24716
Octal20140136123027626210726
Binary1000011000001011110101001101011111010110010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10605E; }

 p { color: rgb(16,96,94); }

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

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

 a { background-color: rgb(16,96,94); }

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

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

 span { border-color: rgb(16,96,94); }

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