Html Css Color HEX #646499 Scampi

📋 copy color: '#646499'

red 100 ◦ green 100 ◦ blue 153

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

Shades of Scampi #646499

Tints of Scampi #646499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 28.33%
G = 28.33%
B = 43.34%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#646499 (or 0x646499) is known color: Scampi. HEX triplet: 64, 64 and 99. RGB value is (100,100,153). Sum of RGB (Red+Green+Blue) = 100+100+153=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #646499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646499 is #9B9B66. Grayscale: #696969. Windows color (decimal): -10197863 or 10052708. OLE color: 10052708.

HSL color Cylindrical-coordinate representation of color #646499: hue angle of 240º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646499 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 100 153 -
CMYK 0.35 0.35 0 0.4
HSL 240º 0.21% 0.5% -
HSV(B) 240º 0.35% 0.6% -
XYZ 15.56 14.12 32.04 -
YUV 106.04 154.5 123.69 -
System Red Green Blue C M Y K H S L
Decimal 100 100 153 0.35 0.35 0 0.4 240 0.21 0.5
Hex 64 64 99 23 23 0 28 F0 15 32
Octal 144 144 231 43 43 0 50 360 25 62
Binary 1100100 1100100 10011001 100011 100011 0 101000 11110000 10101 110010

Color Harmonies of #646499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646499

Black with #646499

Text Example


Text Example

White with #646499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646499; }

 p { color: rgb(100,100,153); }

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

background-color css

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

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

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

border-color css

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

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

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