Html Css Color HEX #635E98 Scampi

📋 copy color: '#635E98'

red 99 ◦ green 94 ◦ blue 152

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

Shades of Scampi #635E98

Tints of Scampi #635E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 28.7%
G = 27.25%
B = 44.06%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#635E98 (or 0x635E98) is known color: Scampi. HEX triplet: 63, 5E and 98. RGB value is (99,94,152). Sum of RGB (Red+Green+Blue) = 99+94+152=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #635E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E98 is #9CA167. Grayscale: #656565. Windows color (decimal): -10264936 or 9985635. OLE color: 9985635.

HSL color Cylindrical-coordinate representation of color #635E98: hue angle of 245.17º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #635E98 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 94 152 -
CMYK 0.35 0.38 0 0.40
HSL 245.17º 0.24% 0.48% -
HSV(B) 245.17º 0.38% 0.6% -
XYZ 14.82 12.93 31.42 -
YUV 102.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 99 94 152 0.35 0.38 0 0.40 245.17 0.24 0.48
Hex 63 5E 98 23 26 0 28 F5 18 30
Octal 143 136 230 43 46 0 50 365 30 60
Binary 1100011 1011110 10011000 100011 100110 0 101000 11110101 11000 110000

Color Harmonies of #635E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E98

Black with #635E98

Text Example


Text Example

White with #635E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635E98; }

 p { color: rgb(99,94,152); }

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

background-color css

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

 a { background-color: rgb(99,94,152); }

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

border-color css

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

 span { border-color: rgb(99,94,152); }

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