#6056E1

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

Shades of Slate Blue #6056E1

Tints of Slate Blue #6056E1

Color information

#6056E1 (or 0x6056E1) is unknown color: approx Slate Blue. HEX triplet: 60, 56 and E1. RGB value is (96,86,225). Sum of RGB (Red+Green+Blue) = 96+86+225=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 225 (88.28% from 255 or 55.28% from 407); Max value from RGB is 225 - color contains mainly: blue. Hex color #6056E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056E1 is #9FA91E. Grayscale: #686868. Windows color (decimal): -10463519 or 14767712. OLE color: 14767712.

HSL color Cylindrical-coordinate representation of color #6056E1: hue angle of 244.32º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6056E1 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9686225-
CMYK0.570.6200.12
HSL244.32º69.85%60.98%-
HSV(B)244.32º61.78%88.24%-
XYZ21.7414.5872.9-
YUV104.84195.81121.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 225 (88.28% from 255) = 55.28%
R=23.59%
G=21.13%
B=55.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal96862250.570.6200.12244.3269.8560.98
Hex6056E1393E0Cf4463d
Octal140126341717601436410675
Binary110000010101101110000111100111111001100111101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6056E1; }

 p { color: rgb(96,86,225); }

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

<style>
 a { background-color: #6056E1; }

 a { background-color: rgb(96,86,225); }

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

<style>
 span { border-color: #6056E1; }

 span { border-color: rgb(96,86,225); }

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