Html Css Color HEX #6F7CF6 Medium Slate Blue

📋 copy color: '#6F7CF6'

red 111 ◦ green 124 ◦ blue 246

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

Shades of Medium Slate Blue #6F7CF6

Tints of Medium Slate Blue #6F7CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 23.08%
G = 25.78%
B = 51.14%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6F7CF6 (or 0x6F7CF6) is known color: Medium Slate Blue. HEX triplet: 6F, 7C and F6. RGB value is (111,124,246). Sum of RGB (Red+Green+Blue) = 111+124+246=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #6F7CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7CF6 is #908309. Grayscale: #858585. Windows color (decimal): -9470730 or 16153711. OLE color: 16153711.

HSL color Cylindrical-coordinate representation of color #6F7CF6: hue angle of 234.22º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F7CF6 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 111 124 246 -
CMYK 0.55 0.50 0 0.04
HSL 234.22º 0.88% 0.7% -
HSV(B) 234.22º 0.55% 0.96% -
XYZ 30.4 24.45 90.31 -
YUV 134.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 111 124 246 0.55 0.50 0 0.04 234.22 0.88 0.7
Hex 6F 7C F6 37 32 0 4 EA 58 46
Octal 157 174 366 67 62 0 4 352 130 106
Binary 1101111 1111100 11110110 110111 110010 0 100 11101010 1011000 1000110

Color Harmonies of #6F7CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CF6

Black with #6F7CF6

Text Example


Text Example

White with #6F7CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,246); }

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

background-color css

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

 a { background-color: rgb(111,124,246); }

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

border-color css

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

 span { border-color: rgb(111,124,246); }

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