#6456BF

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

Shades of Slate Blue #6456BF

Tints of Slate Blue #6456BF

Color information

#6456BF (or 0x6456BF) is unknown color: approx Slate Blue. HEX triplet: 64, 56 and BF. RGB value is (100,86,191). Sum of RGB (Red+Green+Blue) = 100+86+191=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #6456BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456BF is #9BA940. Grayscale: #656565. Windows color (decimal): -10201409 or 12539492. OLE color: 12539492.

HSL color Cylindrical-coordinate representation of color #6456BF: hue angle of 248º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6456BF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10086191-
CMYK0.480.5500.25
HSL248º45.06%54.31%-
HSV(B)248º54.97%74.9%-
XYZ17.9913.1350.88-
YUV102.16178.14126.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 191 (75% from 255) = 50.66%
R=26.53%
G=22.81%
B=50.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100861910.480.5500.2524845.0654.31
Hex6456BF3037019f82d36
Octal14412627760670313705566
Binary110010010101101011111111000011011101100111111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6456BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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