#6454BF

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

Shades of Slate Blue #6454BF

Tints of Slate Blue #6454BF

Color information

#6454BF (or 0x6454BF) is unknown color: approx Slate Blue. HEX triplet: 64, 54 and BF. RGB value is (100,84,191). Sum of RGB (Red+Green+Blue) = 100+84+191=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #6454BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454BF is #9BAB40. Grayscale: #646464. Windows color (decimal): -10201921 or 12538980. OLE color: 12538980.

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

Color convert

RGB10084191-
CMYK0.480.5600.25
HSL248.97º45.53%53.92%-
HSV(B)248.97º56.02%74.9%-
XYZ17.8312.8150.82-
YUV100.98178.8127.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 191 (75% from 255) = 50.93%
R=26.67%
G=22.4%
B=50.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100841910.480.5600.25248.9745.5353.92
Hex6454BF3038019f92e36
Octal14412427760700313715666
Binary110010010101001011111111000011100001100111111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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