#6A56E4

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

Shades of Slate Blue #6A56E4

Tints of Slate Blue #6A56E4

Color information

#6A56E4 (or 0x6A56E4) is unknown color: approx Slate Blue. HEX triplet: 6A, 56 and E4. RGB value is (106,86,228). Sum of RGB (Red+Green+Blue) = 106+86+228=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #6A56E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A56E4 is #95A91B. Grayscale: #6B6B6B. Windows color (decimal): -9808156 or 14964330. OLE color: 14964330.

HSL color Cylindrical-coordinate representation of color #6A56E4: hue angle of 248.45º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A56E4 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10686228-
CMYK0.540.6200.11
HSL248.45º72.45%61.57%-
HSV(B)248.45º62.28%89.41%-
XYZ23.2815.3275.13-
YUV108.17195.63126.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.24%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 228 (89.45% from 255) = 54.29%
R=25.24%
G=20.48%
B=54.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal106862280.540.6200.11248.4572.4561.57
Hex6A56E4363E0Bf8483e
Octal152126344667601337011076
Binary110101010101101110010011011011111001011111110001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A56E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,228); }

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

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

 a { background-color: rgb(106,86,228); }

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

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

 span { border-color: rgb(106,86,228); }

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