Html Css Color HEX #6F6EDA Medium Slate Blue

📋 copy color: '#6F6EDA'

red 111 ◦ green 110 ◦ blue 218

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

Shades of Medium Slate Blue #6F6EDA

Tints of Medium Slate Blue #6F6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.06%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 25.28%
G = 25.06%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F6EDA (or 0x6F6EDA) is known color: Medium Slate Blue. HEX triplet: 6F, 6E and DA. RGB value is (111,110,218). Sum of RGB (Red+Green+Blue) = 111+110+218=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F6EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6EDA is #909125. Grayscale: #7A7A7A. Windows color (decimal): -9474342 or 14315119. OLE color: 14315119.

HSL color Cylindrical-coordinate representation of color #6F6EDA: hue angle of 240.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F6EDA is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 110 218 -
CMYK 0.49 0.50 0 0.15
HSL 240.56º 0.59% 0.64% -
HSV(B) 240.56º 0.5% 0.85% -
XYZ 24.79 19.59 68.81 -
YUV 122.61 181.83 119.72 -
System Red Green Blue C M Y K H S L
Decimal 111 110 218 0.49 0.50 0 0.15 240.56 0.59 0.64
Hex 6F 6E DA 31 32 0 F F1 3B 40
Octal 157 156 332 61 62 0 17 361 73 100
Binary 1101111 1101110 11011010 110001 110010 0 1111 11110001 111011 1000000

Color Harmonies of #6F6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6EDA

Black with #6F6EDA

Text Example


Text Example

White with #6F6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,110,218); }

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

background-color css

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

 a { background-color: rgb(111,110,218); }

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

border-color css

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

 span { border-color: rgb(111,110,218); }

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