#6B64A9

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

Shades of Scampi #6B64A9

Tints of Scampi #6B64A9

Color information

#6B64A9 (or 0x6B64A9) is unknown color: approx Scampi. HEX triplet: 6B, 64 and A9. RGB value is (107,100,169). Sum of RGB (Red+Green+Blue) = 107+100+169=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B64A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B64A9 is #949B56. Grayscale: #6D6D6D. Windows color (decimal): -9739095 or 11101291. OLE color: 11101291.

HSL color Cylindrical-coordinate representation of color #6B64A9: hue angle of 246.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B64A9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB107100169-
CMYK0.370.4100.34
HSL246.09º28.63%52.75%-
HSV(B)246.09º40.83%66.27%-
XYZ17.7815.139.51-
YUV109.96161.32125.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.46%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 169 (66.41% from 255) = 44.95%
R=28.46%
G=26.60%
B=44.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1071001690.370.4100.34246.0928.6352.75
Hex6B64A92529022f61d35
Octal15314425145510423663565
Binary110101111001001010100110010110100101000101111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B64A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B64A9; }

 p { color: rgb(107,100,169); }

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

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

 a { background-color: rgb(107,100,169); }

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

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

 span { border-color: rgb(107,100,169); }

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