#10635B

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

Shades of Blue Stone #10635B

Tints of Blue Stone #10635B

Color information

#10635B (or 0x10635B) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 5B. RGB value is (16,99,91). Sum of RGB (Red+Green+Blue) = 16+99+91=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #10635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10635B is #EF9CA4. Grayscale: #494949. Windows color (decimal): -15703205 or 5989136. OLE color: 5989136.

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

Color convert

RGB169991-
CMYK0.8400.080.61
HSL174.22º72.17%22.55%-
HSV(B)174.22º83.84%38.82%-
XYZ6.569.7911.44-
YUV73.2713887.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=7.77%
G=48.06%
B=44.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699910.8400.080.61174.2272.1722.55
Hex10635B54083Dae4817
Octal201431331240107525611027
Binary100001100011101101110101000100011110110101110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10635B; }

 p { color: rgb(16,99,91); }

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

<style>
 a { background-color: #10635B; }

 a { background-color: rgb(16,99,91); }

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

<style>
 span { border-color: #10635B; }

 span { border-color: rgb(16,99,91); }

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