Html Css Color HEX #635070 Mobster

📋 copy color: '#635070'

red 99 ◦ green 80 ◦ blue 112

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

Shades of Mobster #635070

Tints of Mobster #635070

RGB

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

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

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

R = 34.02%
G = 27.49%
B = 38.49%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#635070 (or 0x635070) is known color: Mobster. HEX triplet: 63, 50 and 70. RGB value is (99,80,112). Sum of RGB (Red+Green+Blue) = 99+80+112=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #635070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635070 is #9CAF8F. Grayscale: #595959. Windows color (decimal): -10268560 or 7360611. OLE color: 7360611.

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

Color convert

RGB 99 80 112 -
CMYK 0.12 0.29 0 0.56
HSL 275.63º 0.17% 0.38% -
HSV(B) 275.63º 0.29% 0.44% -
XYZ 10.94 9.56 16.6 -
YUV 89.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 99 80 112 0.12 0.29 0 0.56 275.63 0.17 0.38
Hex 63 50 70 C 1D 0 38 114 11 26
Octal 143 120 160 14 35 0 70 424 21 46
Binary 1100011 1010000 1110000 1100 11101 0 111000 100010100 10001 100110

Color Harmonies of #635070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635070

Black with #635070

Text Example


Text Example

White with #635070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635070; }

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

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

background-color css

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

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

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

border-color css

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

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

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