Html Css Color HEX #635060 Salt Box

📋 copy color: '#635060'

red 99 ◦ green 80 ◦ blue 96

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

Shades of Salt Box #635060

Tints of Salt Box #635060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

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

R = 36%
G = 29.09%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#635060 (or 0x635060) is known color: Salt Box. HEX triplet: 63, 50 and 60. RGB value is (99,80,96). Sum of RGB (Red+Green+Blue) = 99+80+96=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635060 is #9CAF9F. Grayscale: #575757. Windows color (decimal): -10268576 or 6312035. OLE color: 6312035.

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

Color convert

RGB 99 80 96 -
CMYK 0 0.19 0.03 0.61
HSL 309.47º 0.11% 0.35% -
HSV(B) 309.47º 0.19% 0.39% -
XYZ 10.13 9.23 12.32 -
YUV 87.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 99 80 96 0 0.19 0.03 0.61 309.47 0.11 0.35
Hex 63 50 60 0 13 3 3D 135 B 23
Octal 143 120 140 0 23 3 75 465 13 43
Binary 1100011 1010000 1100000 0 10011 11 111101 100110101 1011 100011

Color Harmonies of #635060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635060

Black with #635060

Text Example


Text Example

White with #635060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635060; }

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

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

background-color css

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

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

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

border-color css

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

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

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