#6963A2

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

Shades of Scampi #6963A2

Tints of Scampi #6963A2

Color information

#6963A2 (or 0x6963A2) is unknown color: approx Scampi. HEX triplet: 69, 63 and A2. RGB value is (105,99,162). Sum of RGB (Red+Green+Blue) = 105+99+162=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #6963A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963A2 is #969C5D. Grayscale: #6B6B6B. Windows color (decimal): -9870430 or 10642281. OLE color: 10642281.

HSL color Cylindrical-coordinate representation of color #6963A2: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6963A2 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10599162-
CMYK0.350.3900.36
HSL245.71º25.3%51.18%-
HSV(B)245.71º38.89%63.53%-
XYZ16.8114.5436.1-
YUV107.98158.49125.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=28.69%
G=27.05%
B=44.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105991620.350.3900.36245.7125.351.18
Hex6963A22327024f61933
Octal15114324243470443663163
Binary110100111000111010001010001110011101001001111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6963A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6963A2; }

 p { color: rgb(105,99,162); }

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

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

 a { background-color: rgb(105,99,162); }

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

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

 span { border-color: rgb(105,99,162); }

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