#6141DF

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

Shades of Slate Blue #6141DF

Tints of Slate Blue #6141DF

Color information

#6141DF (or 0x6141DF) is unknown color: approx Slate Blue. HEX triplet: 61, 41 and DF. RGB value is (97,65,223). Sum of RGB (Red+Green+Blue) = 97+65+223=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #6141DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141DF is #9EBE20. Grayscale: #5B5B5B. Windows color (decimal): -10403361 or 14631265. OLE color: 14631265.

HSL color Cylindrical-coordinate representation of color #6141DF: hue angle of 252.15º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6141DF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9765223-
CMYK0.570.7100.13
HSL252.15º71.17%56.47%-
HSV(B)252.15º70.85%87.45%-
XYZ20.1411.6571-
YUV92.58201.6131.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=25.19%
G=16.88%
B=57.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97652230.570.7100.13252.1571.1756.47
Hex6141DF39470Dfc4738
Octal1411013377110701537410770
Binary1100001100000111011111111001100011101101111111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6141DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6141DF; }

 p { color: rgb(97,65,223); }

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

<style>
 a { background-color: #6141DF; }

 a { background-color: rgb(97,65,223); }

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

<style>
 span { border-color: #6141DF; }

 span { border-color: rgb(97,65,223); }

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