Html Css Color HEX #6D68FD Medium Slate Blue

📋 copy color: '#6D68FD'

red 109 ◦ green 104 ◦ blue 253

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

Shades of Medium Slate Blue #6D68FD

Tints of Medium Slate Blue #6D68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.32%

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

R = 23.39%
G = 22.32%
B = 54.29%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D68FD (or 0x6D68FD) is known color: Medium Slate Blue. HEX triplet: 6D, 68 and FD. RGB value is (109,104,253). Sum of RGB (Red+Green+Blue) = 109+104+253=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D68FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D68FD is #929702. Grayscale: #797979. Windows color (decimal): -9606915 or 16607341. OLE color: 16607341.

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

Color convert

RGB 109 104 253 -
CMYK 0.57 0.59 0 0.01
HSL 242.01º 0.97% 0.7% -
HSV(B) 242.01º 0.59% 0.99% -
XYZ 28.99 20.24 95.31 -
YUV 122.48 201.66 118.38 -
System Red Green Blue C M Y K H S L
Decimal 109 104 253 0.57 0.59 0 0.01 242.01 0.97 0.7
Hex 6D 68 FD 39 3B 0 1 F2 61 46
Octal 155 150 375 71 73 0 1 362 141 106
Binary 1101101 1101000 11111101 111001 111011 0 1 11110010 1100001 1000110

Color Harmonies of #6D68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68FD

Black with #6D68FD

Text Example


Text Example

White with #6D68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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