Html Css Color HEX #635C9F Scampi

📋 copy color: '#635C9F'

red 99 ◦ green 92 ◦ blue 159

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

Shades of Scampi #635C9F

Tints of Scampi #635C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 28.29%
G = 26.29%
B = 45.43%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#635C9F (or 0x635C9F) is known color: Scampi. HEX triplet: 63, 5C and 9F. RGB value is (99,92,159). Sum of RGB (Red+Green+Blue) = 99+92+159=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #635C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C9F is #9CA360. Grayscale: #656565. Windows color (decimal): -10265441 or 10443875. OLE color: 10443875.

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

Color convert

RGB 99 92 159 -
CMYK 0.38 0.42 0 0.38
HSL 246.27º 0.27% 0.49% -
HSV(B) 246.27º 0.42% 0.62% -
XYZ 15.23 12.81 34.47 -
YUV 101.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 99 92 159 0.38 0.42 0 0.38 246.27 0.27 0.49
Hex 63 5C 9F 26 2A 0 26 F6 1B 31
Octal 143 134 237 46 52 0 46 366 33 61
Binary 1100011 1011100 10011111 100110 101010 0 100110 11110110 11011 110001

Color Harmonies of #635C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C9F

Black with #635C9F

Text Example


Text Example

White with #635C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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