#6A4BDF

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

Shades of Slate Blue #6A4BDF

Tints of Slate Blue #6A4BDF

Color information

#6A4BDF (or 0x6A4BDF) is unknown color: approx Slate Blue. HEX triplet: 6A, 4B and DF. RGB value is (106,75,223). Sum of RGB (Red+Green+Blue) = 106+75+223=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A4BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BDF is #95B420. Grayscale: #646464. Windows color (decimal): -9810977 or 14633834. OLE color: 14633834.

HSL color Cylindrical-coordinate representation of color #6A4BDF: hue angle of 252.57º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A4BDF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10675223-
CMYK0.520.6600.13
HSL252.57º69.81%58.43%-
HSV(B)252.57º66.37%87.45%-
XYZ21.7813.4271.26-
YUV101.14196.77131.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 223 (87.5% from 255) = 55.20%
R=26.24%
G=18.56%
B=55.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106752230.520.6600.13252.5769.8158.43
Hex6A4BDF34420Dfd463a
Octal1521133376410201537510672
Binary1101010100101111011111110100100001001101111111011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,223); }

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

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

 a { background-color: rgb(106,75,223); }

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

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

 span { border-color: rgb(106,75,223); }

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