Html Css Color HEX #635460 Salt Box

📋 copy color: '#635460'

red 99 ◦ green 84 ◦ blue 96

#635460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #635460

Tints of Salt Box #635460

RGB

 RED value IS 99 (39.06% from 255) = 35.48%

 GREEN value IS 84 (33.2% from 255) = 30.11%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 35.48%
G = 30.11%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635460 (or 0x635460) is known color: Salt Box. HEX triplet: 63, 54 and 60. RGB value is (99,84,96). Sum of RGB (Red+Green+Blue) = 99+84+96=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635460 is #9CAB9F. Grayscale: #595959. Windows color (decimal): -10267552 or 6313059. OLE color: 6313059.

HSL color Cylindrical-coordinate representation of color #635460: hue angle of 312º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635460 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 84 96 -
CMYK 0 0.15 0.03 0.61
HSL 312º 0.08% 0.36% -
HSV(B) 312º 0.15% 0.39% -
XYZ 10.43 9.84 12.42 -
YUV 89.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 99 84 96 0 0.15 0.03 0.61 312 0.08 0.36
Hex 63 54 60 0 F 3 3D 138 8 24
Octal 143 124 140 0 17 3 75 470 10 44
Binary 1100011 1010100 1100000 0 1111 11 111101 100111000 1000 100100

Color Harmonies of #635460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635460

Black with #635460

Text Example


Text Example

White with #635460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635460; }

 p { color: rgb(99,84,96); }

 H1.HeaderClassName
 {
   color: #635460;
 }
 .AnyTagClassName
 {
   color: #635460;
 }
</style>

background-color css

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

 a { background-color: rgb(99,84,96); }

 div.DivClassName
 {
   background-color: #635460;
 }
 .BgClassName
 {
   background-color: #635460;
 }
</style>

border-color css

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

 span { border-color: rgb(99,84,96); }

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