Html Css Color HEX #6D69FD Medium Slate Blue

📋 copy color: '#6D69FD'

red 109 ◦ green 105 ◦ blue 253

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

Shades of Medium Slate Blue #6D69FD

Tints of Medium Slate Blue #6D69FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

 BLUE value IS 253 (99.22% from 255) = 54.18%

R = 23.34%
G = 22.48%
B = 54.18%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D69FD (or 0x6D69FD) is known color: Medium Slate Blue. HEX triplet: 6D, 69 and FD. RGB value is (109,105,253). Sum of RGB (Red+Green+Blue) = 109+105+253=467 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.34% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D69FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D69FD is #929602. Grayscale: #7A7A7A. Windows color (decimal): -9606659 or 16607597. OLE color: 16607597.

HSL color Cylindrical-coordinate representation of color #6D69FD: hue angle of 241.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D69FD is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 105 253 -
CMYK 0.57 0.58 0 0.01
HSL 241.62º 0.97% 0.7% -
HSV(B) 241.62º 0.58% 0.99% -
XYZ 29.09 20.45 95.34 -
YUV 123.07 201.33 117.97 -
System Red Green Blue C M Y K H S L
Decimal 109 105 253 0.57 0.58 0 0.01 241.62 0.97 0.7
Hex 6D 69 FD 39 3A 0 1 F2 61 46
Octal 155 151 375 71 72 0 1 362 141 106
Binary 1101101 1101001 11111101 111001 111010 0 1 11110010 1100001 1000110

Color Harmonies of #6D69FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D69FD

Black with #6D69FD

Text Example


Text Example

White with #6D69FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,253); }

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

background-color css

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

 a { background-color: rgb(109,105,253); }

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

border-color css

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

 span { border-color: rgb(109,105,253); }

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