Html Css Color HEX #6C58EA Medium Slate Blue

📋 copy color: '#6C58EA'

red 108 ◦ green 88 ◦ blue 234

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

Shades of Medium Slate Blue #6C58EA

Tints of Medium Slate Blue #6C58EA

RGB

 RED value IS 108 (42.58% from 255) = 25.12%

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

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

R = 25.12%
G = 20.47%
B = 54.42%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C58EA (or 0x6C58EA) is known color: Medium Slate Blue. HEX triplet: 6C, 58 and EA. RGB value is (108,88,234). Sum of RGB (Red+Green+Blue) = 108+88+234=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C58EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C58EA is #93A715. Grayscale: #6E6E6E. Windows color (decimal): -9676566 or 15358060. OLE color: 15358060.

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

Color convert

RGB 108 88 234 -
CMYK 0.54 0.62 0 0.08
HSL 248.22º 0.78% 0.63% -
HSV(B) 248.22º 0.62% 0.92% -
XYZ 24.53 16.11 79.66 -
YUV 110.62 197.63 126.13 -
System Red Green Blue C M Y K H S L
Decimal 108 88 234 0.54 0.62 0 0.08 248.22 0.78 0.63
Hex 6C 58 EA 36 3E 0 8 F8 4E 3F
Octal 154 130 352 66 76 0 10 370 116 77
Binary 1101100 1011000 11101010 110110 111110 0 1000 11111000 1001110 111111

Color Harmonies of #6C58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58EA

Black with #6C58EA

Text Example


Text Example

White with #6C58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C58EA; }

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

 H1.HeaderClassName
 {
   color: #6C58EA;
 }
 .AnyTagClassName
 {
   color: #6C58EA;
 }
</style>

background-color css

<style>
 a { background-color: #6C58EA; }

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

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

border-color css

<style>
 span { border-color: #6C58EA; }

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

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