#6456CA

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

Shades of Slate Blue #6456CA

Tints of Slate Blue #6456CA

Color information

#6456CA (or 0x6456CA) is unknown color: approx Slate Blue. HEX triplet: 64, 56 and CA. RGB value is (100,86,202). Sum of RGB (Red+Green+Blue) = 100+86+202=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #6456CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456CA is #9BA935. Grayscale: #666666. Windows color (decimal): -10201398 or 13260388. OLE color: 13260388.

HSL color Cylindrical-coordinate representation of color #6456CA: hue angle of 247.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6456CA is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10086202-
CMYK0.500.5700.21
HSL247.24º52.25%56.47%-
HSV(B)247.24º57.43%79.22%-
XYZ19.2413.6357.49-
YUV103.41183.64125.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=25.77%
G=22.16%
B=52.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100862020.500.5700.21247.2452.2556.47
Hex6456CA3239015f73438
Octal14412631262710253676470
Binary110010010101101100101011001011100101010111110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6456CA; }

 p { color: rgb(100,86,202); }

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

<style>
 a { background-color: #6456CA; }

 a { background-color: rgb(100,86,202); }

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

<style>
 span { border-color: #6456CA; }

 span { border-color: rgb(100,86,202); }

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