Html Css Color HEX #635A9D Scampi

📋 copy color: '#635A9D'

red 99 ◦ green 90 ◦ blue 157

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

Shades of Scampi #635A9D

Tints of Scampi #635A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 28.61%
G = 26.01%
B = 45.38%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#635A9D (or 0x635A9D) is known color: Scampi. HEX triplet: 63, 5A and 9D. RGB value is (99,90,157). Sum of RGB (Red+Green+Blue) = 99+90+157=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #635A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A9D is #9CA562. Grayscale: #646464. Windows color (decimal): -10265955 or 10312291. OLE color: 10312291.

HSL color Cylindrical-coordinate representation of color #635A9D: hue angle of 248.06º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #635A9D is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 90 157 -
CMYK 0.37 0.43 0 0.38
HSL 248.06º 0.27% 0.48% -
HSV(B) 248.06º 0.43% 0.62% -
XYZ 14.89 12.4 33.51 -
YUV 100.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 99 90 157 0.37 0.43 0 0.38 248.06 0.27 0.48
Hex 63 5A 9D 25 2B 0 26 F8 1B 30
Octal 143 132 235 45 53 0 46 370 33 60
Binary 1100011 1011010 10011101 100101 101011 0 100110 11111000 11011 110000

Color Harmonies of #635A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A9D

Black with #635A9D

Text Example


Text Example

White with #635A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,90,157); }

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

background-color css

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

 a { background-color: rgb(99,90,157); }

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

border-color css

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

 span { border-color: rgb(99,90,157); }

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