Html Css Color HEX #6D70FD Medium Slate Blue

📋 copy color: '#6D70FD'

red 109 ◦ green 112 ◦ blue 253

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

Shades of Medium Slate Blue #6D70FD

Tints of Medium Slate Blue #6D70FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.63%

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

R = 23%
G = 23.63%
B = 53.38%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D70FD (or 0x6D70FD) is known color: Medium Slate Blue. HEX triplet: 6D, 70 and FD. RGB value is (109,112,253). Sum of RGB (Red+Green+Blue) = 109+112+253=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D70FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D70FD is #928F02. Grayscale: #7E7E7E. Windows color (decimal): -9604867 or 16609389. OLE color: 16609389.

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

Color convert

RGB 109 112 253 -
CMYK 0.57 0.56 0 0.01
HSL 238.75º 0.97% 0.71% -
HSV(B) 238.75º 0.57% 0.99% -
XYZ 29.83 21.93 95.59 -
YUV 127.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 109 112 253 0.57 0.56 0 0.01 238.75 0.97 0.71
Hex 6D 70 FD 39 38 0 1 EF 61 47
Octal 155 160 375 71 70 0 1 357 141 107
Binary 1101101 1110000 11111101 111001 111000 0 1 11101111 1100001 1000111

Color Harmonies of #6D70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70FD

Black with #6D70FD

Text Example


Text Example

White with #6D70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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