Html Css Color HEX #646296 Scampi

📋 copy color: '#646296'

red 100 ◦ green 98 ◦ blue 150

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

Shades of Scampi #646296

Tints of Scampi #646296

RGB

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

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

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

R = 28.74%
G = 28.16%
B = 43.1%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#646296 (or 0x646296) is known color: Scampi. HEX triplet: 64, 62 and 96. RGB value is (100,98,150). Sum of RGB (Red+Green+Blue) = 100+98+150=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #646296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646296 is #9B9D69. Grayscale: #686868. Windows color (decimal): -10198378 or 9855588. OLE color: 9855588.

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

Color convert

RGB 100 98 150 -
CMYK 0.33 0.35 0 0.41
HSL 242.31º 0.21% 0.49% -
HSV(B) 242.31º 0.35% 0.59% -
XYZ 15.13 13.65 30.69 -
YUV 104.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 100 98 150 0.33 0.35 0 0.41 242.31 0.21 0.49
Hex 64 62 96 21 23 0 29 F2 15 31
Octal 144 142 226 41 43 0 51 362 25 61
Binary 1100100 1100010 10010110 100001 100011 0 101001 11110010 10101 110001

Color Harmonies of #646296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646296

Black with #646296

Text Example


Text Example

White with #646296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646296; }

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

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

background-color css

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

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

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

border-color css

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

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

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