#64619E

Color #64619E Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #64619E

Tints of Scampi #64619E

Color information

#64619E (or 0x64619E) is unknown color: approx Scampi. HEX triplet: 64, 61 and 9E. RGB value is (100,97,158). Sum of RGB (Red+Green+Blue) = 100+97+158=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #64619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64619E is #9B9E61. Grayscale: #686868. Windows color (decimal): -10198626 or 10379620. OLE color: 10379620.

HSL color Cylindrical-coordinate representation of color #64619E: hue angle of 242.95º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64619E is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10097158-
CMYK0.370.3900.38
HSL242.95º23.92%50%-
HSV(B)242.95º38.61%61.96%-
XYZ15.713.7334.17-
YUV104.85157.99124.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=28.17%
G=27.32%
B=44.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100971580.370.3900.38242.9523.9250
Hex64619E2527026f31832
Octal14414123645470463633062
Binary110010011000011001111010010110011101001101111001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64619E; }

 p { color: rgb(100,97,158); }

 H1.HeaderClassName
 {
   color: #64619E;
 }
 .AnyTagClassName
 {
   color: #64619E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #64619E;
 }
 .BgClassName
 {
   background-color: #64619E;
 }
</style>
border-color css

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

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

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