#6963A3

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

Shades of Scampi #6963A3

Tints of Scampi #6963A3

Color information

#6963A3 (or 0x6963A3) is unknown color: approx Scampi. HEX triplet: 69, 63 and A3. RGB value is (105,99,163). Sum of RGB (Red+Green+Blue) = 105+99+163=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 163 - color contains mainly: blue. Hex color #6963A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963A3 is #969C5C. Grayscale: #6B6B6B. Windows color (decimal): -9870429 or 10707817. OLE color: 10707817.

HSL color Cylindrical-coordinate representation of color #6963A3: hue angle of 245.62º degrees, saturation: 0.26, 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 #6963A3 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10599163-
CMYK0.360.3900.36
HSL245.62º25.81%51.37%-
HSV(B)245.62º39.26%63.92%-
XYZ16.914.5736.57-
YUV108.09158.99125.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=28.61%
G=26.98%
B=44.41%

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
Decimal105991630.360.3900.36245.6225.8151.37
Hex6963A32427024f61a33
Octal15114324344470443663263
Binary110100111000111010001110010010011101001001111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6963A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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