#10605F

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

Shades of Blue Stone #10605F

Tints of Blue Stone #10605F

Color information

#10605F (or 0x10605F) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 5F. RGB value is (16,96,95). Sum of RGB (Red+Green+Blue) = 16+96+95=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #10605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10605F is #EF9FA0. Grayscale: #474747. Windows color (decimal): -15703969 or 6250512. OLE color: 6250512.

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

Color convert

RGB169695-
CMYK0.8300.010.62
HSL179.25º71.43%21.96%-
HSV(B)179.25º83.33%37.65%-
XYZ6.469.312.28-
YUV71.9714188.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 95 (37.5% from 255) = 45.89%
R=7.73%
G=46.38%
B=45.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696950.8300.010.62179.2571.4321.96
Hex10605F53013Eb34716
Octal20140137123017626310726
Binary100001100000101111110100110111111010110011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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