Html Css Color HEX #6C5FFD Medium Slate Blue

📋 copy color: '#6C5FFD'

red 108 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #6C5FFD

Tints of Medium Slate Blue #6C5FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 23.68%
G = 20.83%
B = 55.48%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6C5FFD (or 0x6C5FFD) is known color: Medium Slate Blue. HEX triplet: 6C, 5F and FD. RGB value is (108,95,253). Sum of RGB (Red+Green+Blue) = 108+95+253=456 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.68% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C5FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5FFD is #93A002. Grayscale: #747474. Windows color (decimal): -9674755 or 16605036. OLE color: 16605036.

HSL color Cylindrical-coordinate representation of color #6C5FFD: hue angle of 244.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C5FFD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 108 95 253 -
CMYK 0.57 0.62 0 0.01
HSL 244.94º 0.98% 0.68% -
HSV(B) 244.94º 0.62% 0.99% -
XYZ 28.01 18.46 95.02 -
YUV 116.9 204.81 121.65 -
System Red Green Blue C M Y K H S L
Decimal 108 95 253 0.57 0.62 0 0.01 244.94 0.98 0.68
Hex 6C 5F FD 39 3E 0 1 F5 62 44
Octal 154 137 375 71 76 0 1 365 142 104
Binary 1101100 1011111 11111101 111001 111110 0 1 11110101 1100010 1000100

Color Harmonies of #6C5FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FFD

Black with #6C5FFD

Text Example


Text Example

White with #6C5FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,95,253); }

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

background-color css

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

 a { background-color: rgb(108,95,253); }

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

border-color css

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

 span { border-color: rgb(108,95,253); }

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