#6954C1

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

Shades of Slate Blue #6954C1

Tints of Slate Blue #6954C1

Color information

#6954C1 (or 0x6954C1) is unknown color: approx Slate Blue. HEX triplet: 69, 54 and C1. RGB value is (105,84,193). Sum of RGB (Red+Green+Blue) = 105+84+193=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #6954C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954C1 is #96AB3E. Grayscale: #666666. Windows color (decimal): -9874239 or 12670057. OLE color: 12670057.

HSL color Cylindrical-coordinate representation of color #6954C1: hue angle of 251.56º 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 #6954C1 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10584193-
CMYK0.460.5600.24
HSL251.56º46.78%54.31%-
HSV(B)251.56º56.48%75.69%-
XYZ18.6213.1952.02-
YUV102.71178.96129.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=27.49%
G=21.99%
B=50.52%

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
Decimal105841930.460.5600.24251.5646.7854.31
Hex6954C12E38018fc2f36
Octal15112430156700303745766
Binary110100110101001100000110111011100001100011111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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