Html Css Color HEX #6972DC Medium Slate Blue

📋 copy color: '#6972DC'

red 105 ◦ green 114 ◦ blue 220

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

Shades of Medium Slate Blue #6972DC

Tints of Medium Slate Blue #6972DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 23.92%
G = 25.97%
B = 50.11%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6972DC (or 0x6972DC) is known color: Medium Slate Blue. HEX triplet: 69, 72 and DC. RGB value is (105,114,220). Sum of RGB (Red+Green+Blue) = 105+114+220=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #6972DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972DC is #968D23. Grayscale: #7A7A7A. Windows color (decimal): -9866532 or 14447209. OLE color: 14447209.

HSL color Cylindrical-coordinate representation of color #6972DC: hue angle of 235.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6972DC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 114 220 -
CMYK 0.52 0.48 0 0.14
HSL 235.3º 0.62% 0.64% -
HSV(B) 235.3º 0.52% 0.86% -
XYZ 24.76 20.21 70.31 -
YUV 123.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 105 114 220 0.52 0.48 0 0.14 235.3 0.62 0.64
Hex 69 72 DC 34 30 0 E EB 3E 40
Octal 151 162 334 64 60 0 16 353 76 100
Binary 1101001 1110010 11011100 110100 110000 0 1110 11101011 111110 1000000

Color Harmonies of #6972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972DC

Black with #6972DC

Text Example


Text Example

White with #6972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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