Html Css Color HEX #646095 Scampi

📋 copy color: '#646095'

red 100 ◦ green 96 ◦ blue 149

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

Shades of Scampi #646095

Tints of Scampi #646095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 28.99%
G = 27.83%
B = 43.19%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646095 (or 0x646095) is known color: Scampi. HEX triplet: 64, 60 and 95. RGB value is (100,96,149). Sum of RGB (Red+Green+Blue) = 100+96+149=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #646095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646095 is #9B9F6A. Grayscale: #676767. Windows color (decimal): -10198891 or 9789540. OLE color: 9789540.

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

Color convert

RGB 100 96 149 -
CMYK 0.33 0.36 0 0.42
HSL 244.53º 0.22% 0.48% -
HSV(B) 244.53º 0.36% 0.58% -
XYZ 14.86 13.24 30.21 -
YUV 103.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 100 96 149 0.33 0.36 0 0.42 244.53 0.22 0.48
Hex 64 60 95 21 24 0 2A F5 16 30
Octal 144 140 225 41 44 0 52 365 26 60
Binary 1100100 1100000 10010101 100001 100100 0 101010 11110101 10110 110000

Color Harmonies of #646095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646095

Black with #646095

Text Example


Text Example

White with #646095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646095; }

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

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

background-color css

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

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

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

border-color css

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

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

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