#6964A4

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

Shades of Scampi #6964A4

Tints of Scampi #6964A4

Color information

#6964A4 (or 0x6964A4) is unknown color: approx Scampi. HEX triplet: 69, 64 and A4. RGB value is (105,100,164). Sum of RGB (Red+Green+Blue) = 105+100+164=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #6964A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964A4 is #969B5B. Grayscale: #6C6C6C. Windows color (decimal): -9870172 or 10773609. OLE color: 10773609.

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

Color convert

RGB105100164-
CMYK0.360.3900.36
HSL244.69º26.02%51.76%-
HSV(B)244.69º39.02%64.31%-
XYZ17.0814.837.08-
YUV108.79159.16125.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=28.46%
G=27.10%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051001640.360.3900.36244.6926.0251.76
Hex6964A42427024f51a34
Octal15114424444470443653264
Binary110100111001001010010010010010011101001001111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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