Html Css Color HEX #6F68F1 Medium Slate Blue

📋 copy color: '#6F68F1'

red 111 ◦ green 104 ◦ blue 241

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

Shades of Medium Slate Blue #6F68F1

Tints of Medium Slate Blue #6F68F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 24.34%
G = 22.81%
B = 52.85%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6F68F1 (or 0x6F68F1) is known color: Medium Slate Blue. HEX triplet: 6F, 68 and F1. RGB value is (111,104,241). Sum of RGB (Red+Green+Blue) = 111+104+241=456 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.34% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #6F68F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F68F1 is #90970E. Grayscale: #797979. Windows color (decimal): -9475855 or 15820911. OLE color: 15820911.

HSL color Cylindrical-coordinate representation of color #6F68F1: hue angle of 243.07º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F68F1 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 104 241 -
CMYK 0.54 0.57 0 0.05
HSL 243.07º 0.83% 0.68% -
HSV(B) 243.07º 0.57% 0.95% -
XYZ 27.38 19.63 85.57 -
YUV 121.71 195.32 120.36 -
System Red Green Blue C M Y K H S L
Decimal 111 104 241 0.54 0.57 0 0.05 243.07 0.83 0.68
Hex 6F 68 F1 36 39 0 5 F3 53 44
Octal 157 150 361 66 71 0 5 363 123 104
Binary 1101111 1101000 11110001 110110 111001 0 101 11110011 1010011 1000100

Color Harmonies of #6F68F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F68F1

Black with #6F68F1

Text Example


Text Example

White with #6F68F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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