#6453DC

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

Shades of Slate Blue #6453DC

Tints of Slate Blue #6453DC

Color information

#6453DC (or 0x6453DC) is unknown color: approx Slate Blue. HEX triplet: 64, 53 and DC. RGB value is (100,83,220). Sum of RGB (Red+Green+Blue) = 100+83+220=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #6453DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453DC is #9BAC23. Grayscale: #676767. Windows color (decimal): -10202148 or 14439268. OLE color: 14439268.

HSL color Cylindrical-coordinate representation of color #6453DC: hue angle of 247.45º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6453DC is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10083220-
CMYK0.550.6200.14
HSL247.45º66.18%59.41%-
HSV(B)247.45º62.27%86.27%-
XYZ21.2714.0669.3-
YUV103.7193.63125.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=24.81%
G=20.60%
B=54.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100832200.550.6200.14247.4566.1859.41
Hex6453DC373E0Ef7423b
Octal144123334677601636710273
Binary110010010100111101110011011111111001110111101111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6453DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6453DC; }

 p { color: rgb(100,83,220); }

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

<style>
 a { background-color: #6453DC; }

 a { background-color: rgb(100,83,220); }

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

<style>
 span { border-color: #6453DC; }

 span { border-color: rgb(100,83,220); }

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