Html Css Color HEX #6971DF Medium Slate Blue

📋 copy color: '#6971DF'

red 105 ◦ green 113 ◦ blue 223

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

Shades of Medium Slate Blue #6971DF

Tints of Medium Slate Blue #6971DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 23.81%
G = 25.62%
B = 50.57%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6971DF (or 0x6971DF) is known color: Medium Slate Blue. HEX triplet: 69, 71 and DF. RGB value is (105,113,223). Sum of RGB (Red+Green+Blue) = 105+113+223=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #6971DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971DF is #968E20. Grayscale: #7A7A7A. Windows color (decimal): -9866785 or 14643561. OLE color: 14643561.

HSL color Cylindrical-coordinate representation of color #6971DF: hue angle of 235.93º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6971DF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 113 223 -
CMYK 0.53 0.49 0 0.13
HSL 235.93º 0.65% 0.64% -
HSV(B) 235.93º 0.53% 0.87% -
XYZ 25.05 20.14 72.38 -
YUV 123.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 105 113 223 0.53 0.49 0 0.13 235.93 0.65 0.64
Hex 69 71 DF 35 31 0 D EC 41 40
Octal 151 161 337 65 61 0 15 354 101 100
Binary 1101001 1110001 11011111 110101 110001 0 1101 11101100 1000001 1000000

Color Harmonies of #6971DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6971DF

Black with #6971DF

Text Example


Text Example

White with #6971DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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