Html Css Color HEX #6358EA Medium Slate Blue

📋 copy color: '#6358EA'

red 99 ◦ green 88 ◦ blue 234

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

Shades of Medium Slate Blue #6358EA

Tints of Medium Slate Blue #6358EA

RGB

 RED value IS 99 (39.06% from 255) = 23.52%

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

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

R = 23.52%
G = 20.9%
B = 55.58%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6358EA (or 0x6358EA) is known color: Medium Slate Blue. HEX triplet: 63, 58 and EA. RGB value is (99,88,234). Sum of RGB (Red+Green+Blue) = 99+88+234=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #6358EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6358EA is #9CA715. Grayscale: #6B6B6B. Windows color (decimal): -10266390 or 15358051. OLE color: 15358051.

HSL color Cylindrical-coordinate representation of color #6358EA: hue angle of 244.52º 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 #6358EA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 88 234 -
CMYK 0.58 0.62 0 0.08
HSL 244.52º 0.78% 0.63% -
HSV(B) 244.52º 0.62% 0.92% -
XYZ 23.49 15.57 79.61 -
YUV 107.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 99 88 234 0.58 0.62 0 0.08 244.52 0.78 0.63
Hex 63 58 EA 3A 3E 0 8 F5 4E 3F
Octal 143 130 352 72 76 0 10 365 116 77
Binary 1100011 1011000 11101010 111010 111110 0 1000 11110101 1001110 111111

Color Harmonies of #6358EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358EA

Black with #6358EA

Text Example


Text Example

White with #6358EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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