Html Css Color HEX #6D6FFA Medium Slate Blue

📋 copy color: '#6D6FFA'

red 109 ◦ green 111 ◦ blue 250

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

Shades of Medium Slate Blue #6D6FFA

Tints of Medium Slate Blue #6D6FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 23.19%
G = 23.62%
B = 53.19%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D6FFA (or 0x6D6FFA) is known color: Medium Slate Blue. HEX triplet: 6D, 6F and FA. RGB value is (109,111,250). Sum of RGB (Red+Green+Blue) = 109+111+250=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D6FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FFA is #929005. Grayscale: #7D7D7D. Windows color (decimal): -9605126 or 16412525. OLE color: 16412525.

HSL color Cylindrical-coordinate representation of color #6D6FFA: hue angle of 239.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D6FFA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 111 250 -
CMYK 0.56 0.56 0 0.02
HSL 239.15º 0.93% 0.7% -
HSV(B) 239.15º 0.56% 0.98% -
XYZ 29.25 21.52 93.06 -
YUV 126.25 197.84 115.7 -
System Red Green Blue C M Y K H S L
Decimal 109 111 250 0.56 0.56 0 0.02 239.15 0.93 0.7
Hex 6D 6F FA 38 38 0 2 EF 5D 46
Octal 155 157 372 70 70 0 2 357 135 106
Binary 1101101 1101111 11111010 111000 111000 0 10 11101111 1011101 1000110

Color Harmonies of #6D6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6FFA

Black with #6D6FFA

Text Example


Text Example

White with #6D6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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