Html Css Color HEX #635270 Mobster

📋 copy color: '#635270'

red 99 ◦ green 82 ◦ blue 112

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

Shades of Mobster #635270

Tints of Mobster #635270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 33.79%
G = 27.99%
B = 38.23%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#635270 (or 0x635270) is known color: Mobster. HEX triplet: 63, 52 and 70. RGB value is (99,82,112). Sum of RGB (Red+Green+Blue) = 99+82+112=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #635270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635270 is #9CAD8F. Grayscale: #5A5A5A. Windows color (decimal): -10268048 or 7361123. OLE color: 7361123.

HSL color Cylindrical-coordinate representation of color #635270: hue angle of 274º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635270 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 82 112 -
CMYK 0.12 0.27 0 0.56
HSL 274º 0.15% 0.38% -
HSV(B) 274º 0.27% 0.44% -
XYZ 11.09 9.86 16.65 -
YUV 90.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 99 82 112 0.12 0.27 0 0.56 274 0.15 0.38
Hex 63 52 70 C 1B 0 38 112 F 26
Octal 143 122 160 14 33 0 70 422 17 46
Binary 1100011 1010010 1110000 1100 11011 0 111000 100010010 1111 100110

Color Harmonies of #635270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635270

Black with #635270

Text Example


Text Example

White with #635270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635270; }

 p { color: rgb(99,82,112); }

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

background-color css

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

 a { background-color: rgb(99,82,112); }

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

border-color css

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

 span { border-color: rgb(99,82,112); }

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