Html Css Color HEX #6D71FC Medium Slate Blue

📋 copy color: '#6D71FC'

red 109 ◦ green 113 ◦ blue 252

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

Shades of Medium Slate Blue #6D71FC

Tints of Medium Slate Blue #6D71FC

RGB

 RED value IS 109 (42.97% from 255) = 23%

 GREEN value IS 113 (44.53% from 255) = 23.84%

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 23%
G = 23.84%
B = 53.16%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D71FC (or 0x6D71FC) is known color: Medium Slate Blue. HEX triplet: 6D, 71 and FC. RGB value is (109,113,252). Sum of RGB (Red+Green+Blue) = 109+113+252=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D71FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D71FC is #928E03. Grayscale: #7F7F7F. Windows color (decimal): -9604612 or 16544109. OLE color: 16544109.

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

Color convert

RGB 109 113 252 -
CMYK 0.57 0.55 0 0.01
HSL 238.32º 0.96% 0.71% -
HSV(B) 238.32º 0.57% 0.99% -
XYZ 29.78 22.09 94.79 -
YUV 127.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 109 113 252 0.57 0.55 0 0.01 238.32 0.96 0.71
Hex 6D 71 FC 39 37 0 1 EE 60 47
Octal 155 161 374 71 67 0 1 356 140 107
Binary 1101101 1110001 11111100 111001 110111 0 1 11101110 1100000 1000111

Color Harmonies of #6D71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D71FC

Black with #6D71FC

Text Example


Text Example

White with #6D71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,113,252); }

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

background-color css

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

 a { background-color: rgb(109,113,252); }

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

border-color css

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

 span { border-color: rgb(109,113,252); }

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