Html Css Color HEX #6C58FE Medium Slate Blue

📋 copy color: '#6C58FE'

red 108 ◦ green 88 ◦ blue 254

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

Shades of Medium Slate Blue #6C58FE

Tints of Medium Slate Blue #6C58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 24%
G = 19.56%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C58FE (or 0x6C58FE) is known color: Medium Slate Blue. HEX triplet: 6C, 58 and FE. RGB value is (108,88,254). Sum of RGB (Red+Green+Blue) = 108+88+254=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C58FE is #93A701. Grayscale: #707070. Windows color (decimal): -9676546 or 16668780. OLE color: 16668780.

HSL color Cylindrical-coordinate representation of color #6C58FE: hue angle of 247.23º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C58FE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 88 254 -
CMYK 0.57 0.65 0 0.00
HSL 247.23º 0.99% 0.67% -
HSV(B) 247.23º 0.65% 1% -
XYZ 27.56 17.32 95.66 -
YUV 112.9 207.63 124.5 -
System Red Green Blue C M Y K H S L
Decimal 108 88 254 0.57 0.65 0 0.00 247.23 0.99 0.67
Hex 6C 58 FE 39 41 0 0 F7 63 43
Octal 154 130 376 71 101 0 0 367 143 103
Binary 1101100 1011000 11111110 111001 1000001 0 0 11110111 1100011 1000011

Color Harmonies of #6C58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C58FE

Black with #6C58FE

Text Example


Text Example

White with #6C58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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