Html Css Color HEX #635E93 Scampi

📋 copy color: '#635E93'

red 99 ◦ green 94 ◦ blue 147

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

Shades of Scampi #635E93

Tints of Scampi #635E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 29.12%
G = 27.65%
B = 43.24%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#635E93 (or 0x635E93) is known color: Scampi. HEX triplet: 63, 5E and 93. RGB value is (99,94,147). Sum of RGB (Red+Green+Blue) = 99+94+147=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #635E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E93 is #9CA16C. Grayscale: #656565. Windows color (decimal): -10264941 or 9657955. OLE color: 9657955.

HSL color Cylindrical-coordinate representation of color #635E93: hue angle of 245.66º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635E93 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 94 147 -
CMYK 0.33 0.36 0 0.42
HSL 245.66º 0.22% 0.47% -
HSV(B) 245.66º 0.36% 0.58% -
XYZ 14.41 12.76 29.31 -
YUV 101.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 99 94 147 0.33 0.36 0 0.42 245.66 0.22 0.47
Hex 63 5E 93 21 24 0 2A F6 16 2F
Octal 143 136 223 41 44 0 52 366 26 57
Binary 1100011 1011110 10010011 100001 100100 0 101010 11110110 10110 101111

Color Harmonies of #635E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E93

Black with #635E93

Text Example


Text Example

White with #635E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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