Html Css Color HEX #6970FD Medium Slate Blue

📋 copy color: '#6970FD'

red 105 ◦ green 112 ◦ blue 253

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

Shades of Medium Slate Blue #6970FD

Tints of Medium Slate Blue #6970FD

RGB

 RED value IS 105 (41.41% from 255) = 22.34%

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

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

R = 22.34%
G = 23.83%
B = 53.83%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6970FD (or 0x6970FD) is known color: Medium Slate Blue. HEX triplet: 69, 70 and FD. RGB value is (105,112,253). Sum of RGB (Red+Green+Blue) = 105+112+253=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #6970FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970FD is #968F02. Grayscale: #7D7D7D. Windows color (decimal): -9867011 or 16609385. OLE color: 16609385.

HSL color Cylindrical-coordinate representation of color #6970FD: hue angle of 237.16º 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 #6970FD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 112 253 -
CMYK 0.58 0.56 0 0.01
HSL 237.16º 0.97% 0.7% -
HSV(B) 237.16º 0.58% 0.99% -
XYZ 29.35 21.68 95.57 -
YUV 125.98 199.68 113.04 -
System Red Green Blue C M Y K H S L
Decimal 105 112 253 0.58 0.56 0 0.01 237.16 0.97 0.7
Hex 69 70 FD 3A 38 0 1 ED 61 46
Octal 151 160 375 72 70 0 1 355 141 106
Binary 1101001 1110000 11111101 111010 111000 0 1 11101101 1100001 1000110

Color Harmonies of #6970FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970FD

Black with #6970FD

Text Example


Text Example

White with #6970FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6970FD; }

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

 H1.HeaderClassName
 {
   color: #6970FD;
 }
 .AnyTagClassName
 {
   color: #6970FD;
 }
</style>

background-color css

<style>
 a { background-color: #6970FD; }

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

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

border-color css

<style>
 span { border-color: #6970FD; }

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

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