Html Css Color HEX #6971FE Medium Slate Blue

📋 copy color: '#6971FE'

red 105 ◦ green 113 ◦ blue 254

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

Shades of Medium Slate Blue #6971FE

Tints of Medium Slate Blue #6971FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 22.25%
G = 23.94%
B = 53.81%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6971FE (or 0x6971FE) is known color: Medium Slate Blue. HEX triplet: 69, 71 and FE. RGB value is (105,113,254). Sum of RGB (Red+Green+Blue) = 105+113+254=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #6971FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6971FE is #968E01. Grayscale: #7E7E7E. Windows color (decimal): -9866754 or 16675177. OLE color: 16675177.

HSL color Cylindrical-coordinate representation of color #6971FE: hue angle of 236.78º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6971FE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 113 254 -
CMYK 0.59 0.56 0 0.00
HSL 236.78º 0.99% 0.7% -
HSV(B) 236.78º 0.59% 1% -
XYZ 29.62 21.97 96.45 -
YUV 126.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 105 113 254 0.59 0.56 0 0.00 236.78 0.99 0.7
Hex 69 71 FE 3B 38 0 0 ED 63 46
Octal 151 161 376 73 70 0 0 355 143 106
Binary 1101001 1110001 11111110 111011 111000 0 0 11101101 1100011 1000110

Color Harmonies of #6971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971FE

Black with #6971FE

Text Example


Text Example

White with #6971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6971FE; }

 p { color: rgb(105,113,254); }

 H1.HeaderClassName
 {
   color: #6971FE;
 }
 .AnyTagClassName
 {
   color: #6971FE;
 }
</style>

background-color css

<style>
 a { background-color: #6971FE; }

 a { background-color: rgb(105,113,254); }

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

border-color css

<style>
 span { border-color: #6971FE; }

 span { border-color: rgb(105,113,254); }

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