#6056C4

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

Shades of Slate Blue #6056C4

Tints of Slate Blue #6056C4

Color information

#6056C4 (or 0x6056C4) is unknown color: approx Slate Blue. HEX triplet: 60, 56 and C4. RGB value is (96,86,196). Sum of RGB (Red+Green+Blue) = 96+86+196=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #6056C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056C4 is #9FA93B. Grayscale: #656565. Windows color (decimal): -10463548 or 12867168. OLE color: 12867168.

HSL color Cylindrical-coordinate representation of color #6056C4: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6056C4 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9686196-
CMYK0.510.5600.23
HSL245.45º48.25%55.29%-
HSV(B)245.45º56.12%76.86%-
XYZ18.1213.1353.8-
YUV101.53181.31124.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 196 (76.95% from 255) = 51.85%
R=25.40%
G=22.75%
B=51.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96861960.510.5600.23245.4548.2555.29
Hex6056C43338017f53037
Octal14012630463700273656067
Binary110000010101101100010011001111100001011111110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6056C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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