#6A54DC

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

Shades of Slate Blue #6A54DC

Tints of Slate Blue #6A54DC

Color information

#6A54DC (or 0x6A54DC) is unknown color: approx Slate Blue. HEX triplet: 6A, 54 and DC. RGB value is (106,84,220). Sum of RGB (Red+Green+Blue) = 106+84+220=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A54DC is #95AB23. Grayscale: #696969. Windows color (decimal): -9808676 or 14439530. OLE color: 14439530.

HSL color Cylindrical-coordinate representation of color #6A54DC: hue angle of 249.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A54DC is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10684220-
CMYK0.520.6200.14
HSL249.71º66.02%59.61%-
HSV(B)249.71º61.82%86.27%-
XYZ22.0314.5769.36-
YUV106.08192.29127.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=25.85%
G=20.49%
B=53.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106842200.520.6200.14249.7166.0259.61
Hex6A54DC343E0Efa423c
Octal152124334647601637210274
Binary110101010101001101110011010011111001110111110101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,220); }

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

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

 a { background-color: rgb(106,84,220); }

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

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

 span { border-color: rgb(106,84,220); }

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