#6459ce

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

Shades of Slate Blue #6459CE

Tints of Slate Blue #6459CE

Color information

#6459CE (or 0x6459CE) is unknown color: approx Slate Blue. HEX triplet: 64, 59 and CE. RGB value is (100,89,206). Sum of RGB (Red+Green+Blue) = 100+89+206=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6459CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459CE is #9BA631. Grayscale: #696969. Windows color (decimal): -10200626 or 13523300. OLE color: 13523300.

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

Color convert

RGB10089206-
CMYK0.510.5700.19
HSL245.64º54.42%57.84%-
HSV(B)245.64º56.8%80.78%-
XYZ19.9714.3160.1-
YUV105.63184.64123.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=25.32%
G=22.53%
B=52.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100892060.510.5700.19245.6454.4257.84
Hex6459CE3339013f6363a
Octal14413131663710233666672
Binary110010010110011100111011001111100101001111110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6459ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6459ce; }

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

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

<style>
 a { background-color: #6459ce; }

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

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

<style>
 span { border-color: #6459ce; }

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

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