Html Css Color HEX #6458EA Medium Slate Blue

📋 copy color: '#6458EA'

red 100 ◦ green 88 ◦ blue 234

#6458EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6458EA

Tints of Medium Slate Blue #6458EA

RGB

 RED value IS 100 (39.45% from 255) = 23.7%

 GREEN value IS 88 (34.77% from 255) = 20.85%

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 23.7%
G = 20.85%
B = 55.45%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6458EA (or 0x6458EA) is known color: Medium Slate Blue. HEX triplet: 64, 58 and EA. RGB value is (100,88,234). Sum of RGB (Red+Green+Blue) = 100+88+234=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #6458EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458EA is #9BA715. Grayscale: #6B6B6B. Windows color (decimal): -10200854 or 15358052. OLE color: 15358052.

HSL color Cylindrical-coordinate representation of color #6458EA: hue angle of 244.93º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6458EA is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 88 234 -
CMYK 0.57 0.62 0 0.08
HSL 244.93º 0.78% 0.63% -
HSV(B) 244.93º 0.62% 0.92% -
XYZ 23.6 15.63 79.61 -
YUV 108.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 100 88 234 0.57 0.62 0 0.08 244.93 0.78 0.63
Hex 64 58 EA 39 3E 0 8 F5 4E 3F
Octal 144 130 352 71 76 0 10 365 116 77
Binary 1100100 1011000 11101010 111001 111110 0 1000 11110101 1001110 111111

Color Harmonies of #6458EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458EA

Black with #6458EA

Text Example


Text Example

White with #6458EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6458EA;
 }
 .AnyTagClassName
 {
   color: #6458EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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