#6854C1

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

Shades of Slate Blue #6854C1

Tints of Slate Blue #6854C1

Color information

#6854C1 (or 0x6854C1) is unknown color: approx Slate Blue. HEX triplet: 68, 54 and C1. RGB value is (104,84,193). Sum of RGB (Red+Green+Blue) = 104+84+193=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #6854C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854C1 is #97AB3E. Grayscale: #656565. Windows color (decimal): -9939775 or 12670056. OLE color: 12670056.

HSL color Cylindrical-coordinate representation of color #6854C1: hue angle of 251.01º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6854C1 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10484193-
CMYK0.460.5600.24
HSL251.01º46.78%54.31%-
HSV(B)251.01º56.48%75.69%-
XYZ18.513.1352.01-
YUV102.41179.13129.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 84 (33.20% from 255) = 22.05%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=27.30%
G=22.05%
B=50.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104841930.460.5600.24251.0146.7854.31
Hex6854C12E38018fb2f36
Octal15012430156700303735766
Binary110100010101001100000110111011100001100011111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6854C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6854C1; }

 p { color: rgb(104,84,193); }

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

<style>
 a { background-color: #6854C1; }

 a { background-color: rgb(104,84,193); }

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

<style>
 span { border-color: #6854C1; }

 span { border-color: rgb(104,84,193); }

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