Html Css Color HEX #6F68F7 Medium Slate Blue

📋 copy color: '#6F68F7'

red 111 ◦ green 104 ◦ blue 247

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

Shades of Medium Slate Blue #6F68F7

Tints of Medium Slate Blue #6F68F7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

 BLUE value IS 247 (96.88% from 255) = 53.46%

R = 24.03%
G = 22.51%
B = 53.46%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6F68F7 (or 0x6F68F7) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and F7. RGB value is (111,104,247). Sum of RGB (Red+Green+Blue) = 111+104+247=462 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.03% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #6F68F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68F7 is #909708. Grayscale: #797979. Windows color (decimal): -9475849 or 16214127. OLE color: 16214127.

HSL color Cylindrical-coordinate representation of color #6F68F7: hue angle of 242.94º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F68F7 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 104 247 -
CMYK 0.55 0.58 0 0.03
HSL 242.94º 0.9% 0.69% -
HSV(B) 242.94º 0.58% 0.97% -
XYZ 28.29 20 90.36 -
YUV 122.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 111 104 247 0.55 0.58 0 0.03 242.94 0.9 0.69
Hex 6F 68 F7 37 3A 0 3 F3 5A 45
Octal 157 150 367 67 72 0 3 363 132 105
Binary 1101111 1101000 11110111 110111 111010 0 11 11110011 1011010 1000101

Color Harmonies of #6F68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68F7

Black with #6F68F7

Text Example


Text Example

White with #6F68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,247); }

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

background-color css

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

 a { background-color: rgb(111,104,247); }

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

border-color css

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

 span { border-color: rgb(111,104,247); }

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