#6056E4

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

Shades of Slate Blue #6056E4

Tints of Slate Blue #6056E4

Color information

#6056E4 (or 0x6056E4) is unknown color: approx Slate Blue. HEX triplet: 60, 56 and E4. RGB value is (96,86,228). Sum of RGB (Red+Green+Blue) = 96+86+228=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #6056E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056E4 is #9FA91B. Grayscale: #686868. Windows color (decimal): -10463516 or 14964320. OLE color: 14964320.

HSL color Cylindrical-coordinate representation of color #6056E4: hue angle of 244.23º 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 #6056E4 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9686228-
CMYK0.580.6200.11
HSL244.23º72.45%61.57%-
HSV(B)244.23º62.28%89.41%-
XYZ22.1614.7475.08-
YUV105.18197.31121.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 86 (33.98% from 255) = 20.98%
BLUE value IS 228 (89.45% from 255) = 55.61%
R=23.41%
G=20.98%
B=55.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96862280.580.6200.11244.2372.4561.57
Hex6056E43A3E0Bf4483e
Octal140126344727601336411076
Binary110000010101101110010011101011111001011111101001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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