Html Css Color HEX #646596 Scampi

📋 copy color: '#646596'

red 100 ◦ green 101 ◦ blue 150

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

Shades of Scampi #646596

Tints of Scampi #646596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 28.49%
G = 28.77%
B = 42.74%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#646596 (or 0x646596) is known color: Scampi. HEX triplet: 64, 65 and 96. RGB value is (100,101,150). Sum of RGB (Red+Green+Blue) = 100+101+150=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #646596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646596 is #9B9A69. Grayscale: #6A6A6A. Windows color (decimal): -10197610 or 9856356. OLE color: 9856356.

HSL color Cylindrical-coordinate representation of color #646596: hue angle of 238.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #646596 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 101 150 -
CMYK 0.33 0.33 0 0.41
HSL 238.8º 0.2% 0.49% -
HSV(B) 238.8º 0.33% 0.59% -
XYZ 15.41 14.22 30.79 -
YUV 106.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 100 101 150 0.33 0.33 0 0.41 238.8 0.2 0.49
Hex 64 65 96 21 21 0 29 EF 14 31
Octal 144 145 226 41 41 0 51 357 24 61
Binary 1100100 1100101 10010110 100001 100001 0 101001 11101111 10100 110001

Color Harmonies of #646596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646596

Black with #646596

Text Example


Text Example

White with #646596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646596; }

 p { color: rgb(100,101,150); }

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

background-color css

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

 a { background-color: rgb(100,101,150); }

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

border-color css

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

 span { border-color: rgb(100,101,150); }

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