#6454CE

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

Shades of Slate Blue #6454CE

Tints of Slate Blue #6454CE

Color information

#6454CE (or 0x6454CE) is unknown color: approx Slate Blue. HEX triplet: 64, 54 and CE. RGB value is (100,84,206). Sum of RGB (Red+Green+Blue) = 100+84+206=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #6454CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454CE is #9BAB31. Grayscale: #666666. Windows color (decimal): -10201906 or 13522020. OLE color: 13522020.

HSL color Cylindrical-coordinate representation of color #6454CE: hue angle of 247.87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6454CE is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10084206-
CMYK0.510.5900.19
HSL247.87º55.45%56.86%-
HSV(B)247.87º59.22%80.78%-
XYZ19.5713.5159.97-
YUV102.69186.3126.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 206 (80.86% from 255) = 52.82%
R=25.64%
G=21.54%
B=52.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100842060.510.5900.19247.8755.4556.86
Hex6454CE333B013f83739
Octal14412431663730233706771
Binary110010010101001100111011001111101101001111111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6454CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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