Html Css Color HEX #635C95 Scampi

📋 copy color: '#635C95'

red 99 ◦ green 92 ◦ blue 149

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

Shades of Scampi #635C95

Tints of Scampi #635C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 29.12%
G = 27.06%
B = 43.82%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#635C95 (or 0x635C95) is known color: Scampi. HEX triplet: 63, 5C and 95. RGB value is (99,92,149). Sum of RGB (Red+Green+Blue) = 99+92+149=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #635C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C95 is #9CA36A. Grayscale: #646464. Windows color (decimal): -10265451 or 9788515. OLE color: 9788515.

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

Color convert

RGB 99 92 149 -
CMYK 0.34 0.38 0 0.42
HSL 247.37º 0.24% 0.47% -
HSV(B) 247.37º 0.38% 0.58% -
XYZ 14.4 12.48 30.08 -
YUV 100.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 99 92 149 0.34 0.38 0 0.42 247.37 0.24 0.47
Hex 63 5C 95 22 26 0 2A F7 18 2F
Octal 143 134 225 42 46 0 52 367 30 57
Binary 1100011 1011100 10010101 100010 100110 0 101010 11110111 11000 101111

Color Harmonies of #635C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C95

Black with #635C95

Text Example


Text Example

White with #635C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,92,149); }

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

background-color css

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

 a { background-color: rgb(99,92,149); }

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

border-color css

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

 span { border-color: rgb(99,92,149); }

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