Html Css Color HEX #6972DF Medium Slate Blue

📋 copy color: '#6972DF'

red 105 ◦ green 114 ◦ blue 223

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

Shades of Medium Slate Blue #6972DF

Tints of Medium Slate Blue #6972DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

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

R = 23.76%
G = 25.79%
B = 50.45%

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

#6972DF (or 0x6972DF) is known color: Medium Slate Blue. HEX triplet: 69, 72 and DF. RGB value is (105,114,223). Sum of RGB (Red+Green+Blue) = 105+114+223=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #6972DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972DF is #968D20. Grayscale: #7B7B7B. Windows color (decimal): -9866529 or 14643817. OLE color: 14643817.

HSL color Cylindrical-coordinate representation of color #6972DF: hue angle of 235.42º 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 #6972DF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 114 223 -
CMYK 0.53 0.49 0 0.13
HSL 235.42º 0.65% 0.64% -
HSV(B) 235.42º 0.53% 0.87% -
XYZ 25.16 20.37 72.42 -
YUV 123.74 184.02 114.64 -
System Red Green Blue C M Y K H S L
Decimal 105 114 223 0.53 0.49 0 0.13 235.42 0.65 0.64
Hex 69 72 DF 35 31 0 D EB 41 40
Octal 151 162 337 65 61 0 15 353 101 100
Binary 1101001 1110010 11011111 110101 110001 0 1101 11101011 1000001 1000000

Color Harmonies of #6972DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972DF

Black with #6972DF

Text Example


Text Example

White with #6972DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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