Html Css Color HEX #6C54FF Medium Slate Blue

📋 copy color: '#6C54FF'

red 108 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #6C54FF

Tints of Medium Slate Blue #6C54FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

 BLUE value IS 255 (100% from 255) = 57.05%

R = 24.16%
G = 18.79%
B = 57.05%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6C54FF (or 0x6C54FF) is known color: Medium Slate Blue. HEX triplet: 6C, 54 and FF. RGB value is (108,84,255). Sum of RGB (Red+Green+Blue) = 108+84+255=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C54FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C54FF is #93AB00. Grayscale: #6E6E6E. Windows color (decimal): -9677569 or 16733292. OLE color: 16733292.

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

Color convert

RGB 108 84 255 -
CMYK 0.58 0.67 0 0
HSL 248.42º 1% 0.66% -
HSV(B) 248.42º 0.67% 1% -
XYZ 27.4 16.75 96.4 -
YUV 110.67 209.45 126.1 -
System Red Green Blue C M Y K H S L
Decimal 108 84 255 0.58 0.67 0 0 248.42 1 0.66
Hex 6C 54 FF 3A 43 0 0 F8 64 42
Octal 154 124 377 72 103 0 0 370 144 102
Binary 1101100 1010100 11111111 111010 1000011 0 0 11111000 1100100 1000010

Color Harmonies of #6C54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C54FF

Black with #6C54FF

Text Example


Text Example

White with #6C54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,255); }

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

background-color css

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

 a { background-color: rgb(108,84,255); }

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

border-color css

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

 span { border-color: rgb(108,84,255); }

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