#6458C4

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

Shades of Slate Blue #6458C4

Tints of Slate Blue #6458C4

Color information

#6458C4 (or 0x6458C4) is unknown color: approx Slate Blue. HEX triplet: 64, 58 and C4. RGB value is (100,88,196). Sum of RGB (Red+Green+Blue) = 100+88+196=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #6458C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458C4 is #9BA73B. Grayscale: #676767. Windows color (decimal): -10200892 or 12867684. OLE color: 12867684.

HSL color Cylindrical-coordinate representation of color #6458C4: hue angle of 246.67º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6458C4 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10088196-
CMYK0.490.5500.23
HSL246.67º47.79%55.69%-
HSV(B)246.67º55.1%76.86%-
XYZ18.7113.6753.88-
YUV103.9179.98125.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=26.04%
G=22.92%
B=51.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100881960.490.5500.23246.6747.7955.69
Hex6458C43137017f73038
Octal14413030461670273676070
Binary110010010110001100010011000111011101011111110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6458C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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