#6a4dcf

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

Shades of Slate Blue #6A4DCF

Tints of Slate Blue #6A4DCF

Color information

#6A4DCF (or 0x6A4DCF) is unknown color: approx Slate Blue. HEX triplet: 6A, 4D and CF. RGB value is (106,77,207). Sum of RGB (Red+Green+Blue) = 106+77+207=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A4DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DCF is #95B230. Grayscale: #636363. Windows color (decimal): -9810481 or 13585770. OLE color: 13585770.

HSL color Cylindrical-coordinate representation of color #6A4DCF: hue angle of 253.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A4DCF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10677207-
CMYK0.490.6300.19
HSL253.38º57.52%55.69%-
HSV(B)253.38º62.8%81.18%-
XYZ19.8612.8860.47-
YUV100.49188.11131.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.18%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=27.18%
G=19.74%
B=53.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal106772070.490.6300.19253.3857.5255.69
Hex6A4DCF313F013fd3a38
Octal15211531761770233757270
Binary110101010011011100111111000111111101001111111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a4dcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,207); }

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

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

 a { background-color: rgb(106,77,207); }

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

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

 span { border-color: rgb(106,77,207); }

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