Html Css Color HEX #635C94 Scampi

📋 copy color: '#635C94'

red 99 ◦ green 92 ◦ blue 148

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

Shades of Scampi #635C94

Tints of Scampi #635C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 29.2%
G = 27.14%
B = 43.66%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#635C94 (or 0x635C94) is known color: Scampi. HEX triplet: 63, 5C and 94. RGB value is (99,92,148). Sum of RGB (Red+Green+Blue) = 99+92+148=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #635C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C94 is #9CA36B. Grayscale: #646464. Windows color (decimal): -10265452 or 9722979. OLE color: 9722979.

HSL color Cylindrical-coordinate representation of color #635C94: hue angle of 247.5º degrees, saturation: 0.23, 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 #635C94 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 92 148 -
CMYK 0.33 0.38 0 0.42
HSL 247.5º 0.23% 0.47% -
HSV(B) 247.5º 0.38% 0.58% -
XYZ 14.32 12.45 29.66 -
YUV 100.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 99 92 148 0.33 0.38 0 0.42 247.5 0.23 0.47
Hex 63 5C 94 21 26 0 2A F8 17 2F
Octal 143 134 224 41 46 0 52 370 27 57
Binary 1100011 1011100 10010100 100001 100110 0 101010 11111000 10111 101111

Color Harmonies of #635C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C94

Black with #635C94

Text Example


Text Example

White with #635C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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