Html Css Color HEX #6F7CDE Medium Slate Blue

📋 copy color: '#6F7CDE'

red 111 ◦ green 124 ◦ blue 222

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

Shades of Medium Slate Blue #6F7CDE

Tints of Medium Slate Blue #6F7CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 24.29%
G = 27.13%
B = 48.58%

CMYK

 C value IS 0.5

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F7CDE (or 0x6F7CDE) is known color: Medium Slate Blue. HEX triplet: 6F, 7C and DE. RGB value is (111,124,222). Sum of RGB (Red+Green+Blue) = 111+124+222=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F7CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CDE is #908321. Grayscale: #828282. Windows color (decimal): -9470754 or 14580847. OLE color: 14580847.

HSL color Cylindrical-coordinate representation of color #6F7CDE: hue angle of 232.97º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F7CDE is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 124 222 -
CMYK 0.5 0.44 0 0.13
HSL 232.97º 0.63% 0.65% -
HSV(B) 232.97º 0.5% 0.87% -
XYZ 26.95 23.07 72.14 -
YUV 131.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 111 124 222 0.5 0.44 0 0.13 232.97 0.63 0.65
Hex 6F 7C DE 32 2C 0 D E9 3F 41
Octal 157 174 336 62 54 0 15 351 77 101
Binary 1101111 1111100 11011110 110010 101100 0 1101 11101001 111111 1000001

Color Harmonies of #6F7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CDE

Black with #6F7CDE

Text Example


Text Example

White with #6F7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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