#10605d

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

Shades of Blue Stone #10605D

Tints of Blue Stone #10605D

Color information

#10605D (or 0x10605D) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 5D. RGB value is (16,96,93). Sum of RGB (Red+Green+Blue) = 16+96+93=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #10605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10605D is #EF9FA2. Grayscale: #474747. Windows color (decimal): -15703971 or 6119440. OLE color: 6119440.

HSL color Cylindrical-coordinate representation of color #10605D: hue angle of 177.75º 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 #10605D is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB169693-
CMYK0.8300.030.62
HSL177.75º71.43%21.96%-
HSV(B)177.75º83.33%37.65%-
XYZ6.379.2711.81-
YUV71.7414088.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=7.80%
G=46.83%
B=45.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696930.8300.030.62177.7571.4321.96
Hex10605D53033Eb24716
Octal20140135123037626210726
Binary1000011000001011101101001101111111010110010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10605d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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