#6964A5

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

Shades of Scampi #6964A5

Tints of Scampi #6964A5

Color information

#6964A5 (or 0x6964A5) is unknown color: approx Scampi. HEX triplet: 69, 64 and A5. RGB value is (105,100,165). Sum of RGB (Red+Green+Blue) = 105+100+165=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 165 (64.84% from 255 or 44.59% from 370); Max value from RGB is 165 - color contains mainly: blue. Hex color #6964A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964A5 is #969B5A. Grayscale: #6C6C6C. Windows color (decimal): -9870171 or 10839145. OLE color: 10839145.

HSL color Cylindrical-coordinate representation of color #6964A5: hue angle of 244.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6964A5 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB105100165-
CMYK0.360.3900.35
HSL244.62º26.53%51.96%-
HSV(B)244.62º39.39%64.71%-
XYZ17.1714.8337.56-
YUV108.9159.66125.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 165 (64.84% from 255) = 44.59%
R=28.38%
G=27.03%
B=44.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051001650.360.3900.35244.6226.5351.96
Hex6964A52427023f51b34
Octal15114424544470433653364
Binary110100111001001010010110010010011101000111111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6964A5; }

 p { color: rgb(105,100,165); }

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

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

 a { background-color: rgb(105,100,165); }

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

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

 span { border-color: rgb(105,100,165); }

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