#6A49DC

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

Shades of Slate Blue #6A49DC

Tints of Slate Blue #6A49DC

Color information

#6A49DC (or 0x6A49DC) is unknown color: approx Slate Blue. HEX triplet: 6A, 49 and DC. RGB value is (106,73,220). Sum of RGB (Red+Green+Blue) = 106+73+220=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A49DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A49DC is #95B623. Grayscale: #636363. Windows color (decimal): -9811492 or 14436714. OLE color: 14436714.

HSL color Cylindrical-coordinate representation of color #6A49DC: hue angle of 253.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A49DC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10673220-
CMYK0.520.6700.14
HSL253.47º67.74%57.45%-
HSV(B)253.47º66.82%86.27%-
XYZ21.241369.1-
YUV99.62195.93132.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 220 (86.33% from 255) = 55.14%
R=26.57%
G=18.30%
B=55.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106732200.520.6700.14253.4767.7457.45
Hex6A49DC34430Efd4439
Octal1521113346410301637510471
Binary1101010100100111011100110100100001101110111111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,220); }

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

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

 a { background-color: rgb(106,73,220); }

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

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

 span { border-color: rgb(106,73,220); }

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