Html Css Color HEX #6F46FC Medium Slate Blue

📋 copy color: '#6F46FC'

red 111 ◦ green 70 ◦ blue 252

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

Shades of Medium Slate Blue #6F46FC

Tints of Medium Slate Blue #6F46FC

RGB

 RED value IS 111 (43.75% from 255) = 25.64%

 GREEN value IS 70 (27.73% from 255) = 16.17%

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

R = 25.64%
G = 16.17%
B = 58.2%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6F46FC (or 0x6F46FC) is known color: Medium Slate Blue. HEX triplet: 6F, 46 and FC. RGB value is (111,70,252). Sum of RGB (Red+Green+Blue) = 111+70+252=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F46FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F46FC is #90B903. Grayscale: #666666. Windows color (decimal): -9484548 or 16533103. OLE color: 16533103.

HSL color Cylindrical-coordinate representation of color #6F46FC: hue angle of 253.52º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F46FC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 70 252 -
CMYK 0.56 0.72 0 0.01
HSL 253.52º 0.97% 0.63% -
HSV(B) 253.52º 0.72% 0.99% -
XYZ 26.32 14.79 93.56 -
YUV 103.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 111 70 252 0.56 0.72 0 0.01 253.52 0.97 0.63
Hex 6F 46 FC 38 48 0 1 FE 61 3F
Octal 157 106 374 70 110 0 1 376 141 77
Binary 1101111 1000110 11111100 111000 1001000 0 1 11111110 1100001 111111

Color Harmonies of #6F46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F46FC

Black with #6F46FC

Text Example


Text Example

White with #6F46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,252); }

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

background-color css

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

 a { background-color: rgb(111,70,252); }

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

border-color css

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

 span { border-color: rgb(111,70,252); }

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