Html Css Color HEX #6D6FE5 Medium Slate Blue

📋 copy color: '#6D6FE5'

red 109 ◦ green 111 ◦ blue 229

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

Shades of Medium Slate Blue #6D6FE5

Tints of Medium Slate Blue #6D6FE5

RGB

 RED value IS 109 (42.97% from 255) = 24.28%

 GREEN value IS 111 (43.75% from 255) = 24.72%

 BLUE value IS 229 (89.84% from 255) = 51%

R = 24.28%
G = 24.72%
B = 51%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6D6FE5 (or 0x6D6FE5) is known color: Medium Slate Blue. HEX triplet: 6D, 6F and E5. RGB value is (109,111,229). Sum of RGB (Red+Green+Blue) = 109+111+229=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #6D6FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FE5 is #92901A. Grayscale: #7B7B7B. Windows color (decimal): -9605147 or 15036269. OLE color: 15036269.

HSL color Cylindrical-coordinate representation of color #6D6FE5: hue angle of 239º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D6FE5 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 109 111 229 -
CMYK 0.52 0.52 0 0.10
HSL 239º 0.7% 0.66% -
HSV(B) 239º 0.52% 0.9% -
XYZ 26.13 20.28 76.67 -
YUV 123.85 187.34 117.41 -
System Red Green Blue C M Y K H S L
Decimal 109 111 229 0.52 0.52 0 0.10 239 0.7 0.66
Hex 6D 6F E5 34 34 0 A EF 46 42
Octal 155 157 345 64 64 0 12 357 106 102
Binary 1101101 1101111 11100101 110100 110100 0 1010 11101111 1000110 1000010

Color Harmonies of #6D6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FE5

Black with #6D6FE5

Text Example


Text Example

White with #6D6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,111,229); }

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

background-color css

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

 a { background-color: rgb(109,111,229); }

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

border-color css

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

 span { border-color: rgb(109,111,229); }

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