Html Css Color HEX #6C56FE Medium Slate Blue

📋 copy color: '#6C56FE'

red 108 ◦ green 86 ◦ blue 254

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

Shades of Medium Slate Blue #6C56FE

Tints of Medium Slate Blue #6C56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.2%

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

R = 24.11%
G = 19.2%
B = 56.7%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C56FE (or 0x6C56FE) is known color: Medium Slate Blue. HEX triplet: 6C, 56 and FE. RGB value is (108,86,254). Sum of RGB (Red+Green+Blue) = 108+86+254=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C56FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C56FE is #93A901. Grayscale: #6F6F6F. Windows color (decimal): -9677058 or 16668268. OLE color: 16668268.

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

Color convert

RGB 108 86 254 -
CMYK 0.57 0.66 0 0.00
HSL 247.86º 0.99% 0.67% -
HSV(B) 247.86º 0.66% 1% -
XYZ 27.4 17 95.6 -
YUV 111.73 208.29 125.34 -
System Red Green Blue C M Y K H S L
Decimal 108 86 254 0.57 0.66 0 0.00 247.86 0.99 0.67
Hex 6C 56 FE 39 42 0 0 F8 63 43
Octal 154 126 376 71 102 0 0 370 143 103
Binary 1101100 1010110 11111110 111001 1000010 0 0 11111000 1100011 1000011

Color Harmonies of #6C56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C56FE

Black with #6C56FE

Text Example


Text Example

White with #6C56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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