Html Css Color HEX #646193 Scampi

📋 copy color: '#646193'

red 100 ◦ green 97 ◦ blue 147

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

Shades of Scampi #646193

Tints of Scampi #646193

RGB

 RED value IS 100 (39.45% from 255) = 29.07%

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 29.07%
G = 28.2%
B = 42.73%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646193 (or 0x646193) is known color: Scampi. HEX triplet: 64, 61 and 93. RGB value is (100,97,147). Sum of RGB (Red+Green+Blue) = 100+97+147=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #646193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646193 is #9B9E6C. Grayscale: #676767. Windows color (decimal): -10198637 or 9658724. OLE color: 9658724.

HSL color Cylindrical-coordinate representation of color #646193: hue angle of 243.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #646193 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 97 147 -
CMYK 0.32 0.34 0 0.42
HSL 243.6º 0.2% 0.48% -
HSV(B) 243.6º 0.34% 0.58% -
XYZ 14.8 13.37 29.4 -
YUV 103.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 100 97 147 0.32 0.34 0 0.42 243.6 0.2 0.48
Hex 64 61 93 20 22 0 2A F4 14 30
Octal 144 141 223 40 42 0 52 364 24 60
Binary 1100100 1100001 10010011 100000 100010 0 101010 11110100 10100 110000

Color Harmonies of #646193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646193

Black with #646193

Text Example


Text Example

White with #646193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646193; }

 p { color: rgb(100,97,147); }

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

background-color css

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

 a { background-color: rgb(100,97,147); }

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

border-color css

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

 span { border-color: rgb(100,97,147); }

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