Html Css Color HEX #635A96 Scampi

📋 copy color: '#635A96'

red 99 ◦ green 90 ◦ blue 150

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

Shades of Scampi #635A96

Tints of Scampi #635A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 29.2%
G = 26.55%
B = 44.25%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#635A96 (or 0x635A96) is known color: Scampi. HEX triplet: 63, 5A and 96. RGB value is (99,90,150). Sum of RGB (Red+Green+Blue) = 99+90+150=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #635A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A96 is #9CA569. Grayscale: #636363. Windows color (decimal): -10265962 or 9853539. OLE color: 9853539.

HSL color Cylindrical-coordinate representation of color #635A96: hue angle of 249º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #635A96 is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 90 150 -
CMYK 0.34 0.4 0 0.41
HSL 249º 0.25% 0.47% -
HSV(B) 249º 0.4% 0.59% -
XYZ 14.31 12.17 30.45 -
YUV 99.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 99 90 150 0.34 0.4 0 0.41 249 0.25 0.47
Hex 63 5A 96 22 28 0 29 F9 19 2F
Octal 143 132 226 42 50 0 51 371 31 57
Binary 1100011 1011010 10010110 100010 101000 0 101001 11111001 11001 101111

Color Harmonies of #635A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A96

Black with #635A96

Text Example


Text Example

White with #635A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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