Html Css Color HEX #635074 Mobster

📋 copy color: '#635074'

red 99 ◦ green 80 ◦ blue 116

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

Shades of Mobster #635074

Tints of Mobster #635074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 33.56%
G = 27.12%
B = 39.32%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#635074 (or 0x635074) is known color: Mobster. HEX triplet: 63, 50 and 74. RGB value is (99,80,116). Sum of RGB (Red+Green+Blue) = 99+80+116=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #635074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635074 is #9CAF8B. Grayscale: #595959. Windows color (decimal): -10268556 or 7622755. OLE color: 7622755.

HSL color Cylindrical-coordinate representation of color #635074: hue angle of 271.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #635074 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 80 116 -
CMYK 0.15 0.31 0 0.55
HSL 271.67º 0.18% 0.38% -
HSV(B) 271.67º 0.31% 0.45% -
XYZ 11.17 9.65 17.8 -
YUV 89.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 99 80 116 0.15 0.31 0 0.55 271.67 0.18 0.38
Hex 63 50 74 F 1F 0 37 110 12 26
Octal 143 120 164 17 37 0 67 420 22 46
Binary 1100011 1010000 1110100 1111 11111 0 110111 100010000 10010 100110

Color Harmonies of #635074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635074

Black with #635074

Text Example


Text Example

White with #635074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635074; }

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

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

background-color css

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

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

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

border-color css

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

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

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