Html Css Color HEX #646599 Scampi

📋 copy color: '#646599'

red 100 ◦ green 101 ◦ blue 153

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

Shades of Scampi #646599

Tints of Scampi #646599

RGB

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

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

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

R = 28.25%
G = 28.53%
B = 43.22%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#646599 (or 0x646599) is known color: Scampi. HEX triplet: 64, 65 and 99. RGB value is (100,101,153). Sum of RGB (Red+Green+Blue) = 100+101+153=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #646599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646599 is #9B9A66. Grayscale: #6A6A6A. Windows color (decimal): -10197607 or 10052964. OLE color: 10052964.

HSL color Cylindrical-coordinate representation of color #646599: hue angle of 238.87º 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 #646599 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 101 153 -
CMYK 0.35 0.34 0 0.4
HSL 238.87º 0.21% 0.5% -
HSV(B) 238.87º 0.35% 0.6% -
XYZ 15.66 14.32 32.08 -
YUV 106.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 100 101 153 0.35 0.34 0 0.4 238.87 0.21 0.5
Hex 64 65 99 23 22 0 28 EF 15 32
Octal 144 145 231 43 42 0 50 357 25 62
Binary 1100100 1100101 10011001 100011 100010 0 101000 11101111 10101 110010

Color Harmonies of #646599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646599

Black with #646599

Text Example


Text Example

White with #646599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646599; }

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

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

background-color css

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

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

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

border-color css

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

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

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