#6458DC

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

Shades of Slate Blue #6458DC

Tints of Slate Blue #6458DC

Color information

#6458DC (or 0x6458DC) is unknown color: approx Slate Blue. HEX triplet: 64, 58 and DC. RGB value is (100,88,220). Sum of RGB (Red+Green+Blue) = 100+88+220=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #6458DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458DC is #9BA723. Grayscale: #6A6A6A. Windows color (decimal): -10200868 or 14440548. OLE color: 14440548.

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

Color convert

RGB10088220-
CMYK0.550.600.14
HSL245.45º65.35%60.39%-
HSV(B)245.45º60%86.27%-
XYZ21.6614.8669.44-
YUV106.64191.98123.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.51%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 220 (86.33% from 255) = 53.92%
R=24.51%
G=21.57%
B=53.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100882200.550.600.14245.4565.3560.39
Hex6458DC373C0Ef5413c
Octal144130334677401636510174
Binary110010010110001101110011011111110001110111101011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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