Html Css Color HEX #646093 Scampi

📋 copy color: '#646093'

red 100 ◦ green 96 ◦ blue 147

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

Shades of Scampi #646093

Tints of Scampi #646093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 29.15%
G = 27.99%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#646093 (or 0x646093) is known color: Scampi. HEX triplet: 64, 60 and 93. RGB value is (100,96,147). Sum of RGB (Red+Green+Blue) = 100+96+147=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #646093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646093 is #9B9F6C. Grayscale: #666666. Windows color (decimal): -10198893 or 9658468. OLE color: 9658468.

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

Color convert

RGB 100 96 147 -
CMYK 0.32 0.35 0 0.42
HSL 244.71º 0.21% 0.48% -
HSV(B) 244.71º 0.35% 0.58% -
XYZ 14.7 13.18 29.37 -
YUV 103.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 100 96 147 0.32 0.35 0 0.42 244.71 0.21 0.48
Hex 64 60 93 20 23 0 2A F5 15 30
Octal 144 140 223 40 43 0 52 365 25 60
Binary 1100100 1100000 10010011 100000 100011 0 101010 11110101 10101 110000

Color Harmonies of #646093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646093

Black with #646093

Text Example


Text Example

White with #646093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646093; }

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

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

background-color css

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

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

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

border-color css

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

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

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