#10645A

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

Shades of Blue Stone #10645A

Tints of Blue Stone #10645A

Color information

#10645A (or 0x10645A) is unknown color: approx Blue Stone. HEX triplet: 10, 64 and 5A. RGB value is (16,100,90). Sum of RGB (Red+Green+Blue) = 16+100+90=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #10645A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10645A is #EF9BA5. Grayscale: #494949. Windows color (decimal): -15702950 or 5923856. OLE color: 5923856.

HSL color Cylindrical-coordinate representation of color #10645A: hue angle of 172.86º 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 #10645A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB1610090-
CMYK0.8400.100.61
HSL172.86º72.41%22.75%-
HSV(B)172.86º84%39.22%-
XYZ6.629.9611.25-
YUV73.74137.1786.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 100 (39.45% from 255) = 48.54%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=7.77%
G=48.54%
B=43.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100900.8400.100.61172.8672.4122.75
Hex10645A540A3Dad4817
Octal201441321240127525511027
Binary100001100100101101010101000101011110110101101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,100,90); }

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

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

 a { background-color: rgb(16,100,90); }

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

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

 span { border-color: rgb(16,100,90); }

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