#6458E3

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

Shades of Slate Blue #6458E3

Tints of Slate Blue #6458E3

Color information

#6458E3 (or 0x6458E3) is unknown color: approx Slate Blue. HEX triplet: 64, 58 and E3. RGB value is (100,88,227). Sum of RGB (Red+Green+Blue) = 100+88+227=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #6458E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458E3 is #9BA71C. Grayscale: #6A6A6A. Windows color (decimal): -10200861 or 14899300. OLE color: 14899300.

HSL color Cylindrical-coordinate representation of color #6458E3: hue angle of 245.18º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6458E3 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10088227-
CMYK0.560.6100.11
HSL245.18º71.28%61.76%-
HSV(B)245.18º61.23%89.02%-
XYZ22.6115.2374.42-
YUV107.43195.48122.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 227 (89.06% from 255) = 54.70%
R=24.10%
G=21.20%
B=54.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100882270.560.6100.11245.1871.2861.76
Hex6458E3383D0Bf5473e
Octal144130343707501336510776
Binary110010010110001110001111100011110101011111101011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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