Html Css Color HEX #6E61FC Medium Slate Blue

📋 copy color: '#6E61FC'

red 110 ◦ green 97 ◦ blue 252

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

Shades of Medium Slate Blue #6E61FC

Tints of Medium Slate Blue #6E61FC

RGB

 RED value IS 110 (43.36% from 255) = 23.97%

 GREEN value IS 97 (38.28% from 255) = 21.13%

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

R = 23.97%
G = 21.13%
B = 54.9%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E61FC (or 0x6E61FC) is known color: Medium Slate Blue. HEX triplet: 6E, 61 and FC. RGB value is (110,97,252). Sum of RGB (Red+Green+Blue) = 110+97+252=459 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.97% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E61FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E61FC is #919E03. Grayscale: #757575. Windows color (decimal): -9543172 or 16540014. OLE color: 16540014.

HSL color Cylindrical-coordinate representation of color #6E61FC: hue angle of 245.03º degrees, saturation: 0.96, 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 #6E61FC is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 97 252 -
CMYK 0.56 0.62 0 0.01
HSL 245.03º 0.96% 0.68% -
HSV(B) 245.03º 0.62% 0.99% -
XYZ 28.28 18.89 94.25 -
YUV 118.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 110 97 252 0.56 0.62 0 0.01 245.03 0.96 0.68
Hex 6E 61 FC 38 3E 0 1 F5 60 44
Octal 156 141 374 70 76 0 1 365 140 104
Binary 1101110 1100001 11111100 111000 111110 0 1 11110101 1100000 1000100

Color Harmonies of #6E61FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E61FC

Black with #6E61FC

Text Example


Text Example

White with #6E61FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,252); }

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

background-color css

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

 a { background-color: rgb(110,97,252); }

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

border-color css

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

 span { border-color: rgb(110,97,252); }

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