Html Css Color HEX #6F7CE1 Medium Slate Blue

📋 copy color: '#6F7CE1'

red 111 ◦ green 124 ◦ blue 225

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

Shades of Medium Slate Blue #6F7CE1

Tints of Medium Slate Blue #6F7CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.91%

R = 24.13%
G = 26.96%
B = 48.91%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6F7CE1 (or 0x6F7CE1) is known color: Medium Slate Blue. HEX triplet: 6F, 7C and E1. RGB value is (111,124,225). Sum of RGB (Red+Green+Blue) = 111+124+225=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 225 (88.28% from 255 or 48.91% from 460); Max value from RGB is 225 - color contains mainly: blue. Hex color #6F7CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CE1 is #90831E. Grayscale: #838383. Windows color (decimal): -9470751 or 14777455. OLE color: 14777455.

HSL color Cylindrical-coordinate representation of color #6F7CE1: hue angle of 233.16º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F7CE1 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 124 225 -
CMYK 0.51 0.45 0 0.12
HSL 233.16º 0.66% 0.66% -
HSV(B) 233.16º 0.51% 0.88% -
XYZ 27.35 23.23 74.28 -
YUV 131.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 111 124 225 0.51 0.45 0 0.12 233.16 0.66 0.66
Hex 6F 7C E1 33 2D 0 C E9 42 42
Octal 157 174 341 63 55 0 14 351 102 102
Binary 1101111 1111100 11100001 110011 101101 0 1100 11101001 1000010 1000010

Color Harmonies of #6F7CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CE1

Black with #6F7CE1

Text Example


Text Example

White with #6F7CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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