Html Css Color HEX #646295 Scampi

📋 copy color: '#646295'

red 100 ◦ green 98 ◦ blue 149

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

Shades of Scampi #646295

Tints of Scampi #646295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 28.82%
G = 28.24%
B = 42.94%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646295 (or 0x646295) is known color: Scampi. HEX triplet: 64, 62 and 95. RGB value is (100,98,149). Sum of RGB (Red+Green+Blue) = 100+98+149=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #646295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646295 is #9B9D6A. Grayscale: #686868. Windows color (decimal): -10198379 or 9790052. OLE color: 9790052.

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

Color convert

RGB 100 98 149 -
CMYK 0.33 0.34 0 0.42
HSL 242.35º 0.21% 0.48% -
HSV(B) 242.35º 0.34% 0.58% -
XYZ 15.05 13.61 30.27 -
YUV 104.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 100 98 149 0.33 0.34 0 0.42 242.35 0.21 0.48
Hex 64 62 95 21 22 0 2A F2 15 30
Octal 144 142 225 41 42 0 52 362 25 60
Binary 1100100 1100010 10010101 100001 100010 0 101010 11110010 10101 110000

Color Harmonies of #646295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646295

Black with #646295

Text Example


Text Example

White with #646295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646295; }

 p { color: rgb(100,98,149); }

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

background-color css

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

 a { background-color: rgb(100,98,149); }

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

border-color css

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

 span { border-color: rgb(100,98,149); }

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