Html Css Color HEX #6972DD Medium Slate Blue

📋 copy color: '#6972DD'

red 105 ◦ green 114 ◦ blue 221

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

Shades of Medium Slate Blue #6972DD

Tints of Medium Slate Blue #6972DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 23.86%
G = 25.91%
B = 50.23%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6972DD (or 0x6972DD) is known color: Medium Slate Blue. HEX triplet: 69, 72 and DD. RGB value is (105,114,221). Sum of RGB (Red+Green+Blue) = 105+114+221=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #6972DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972DD is #968D22. Grayscale: #7B7B7B. Windows color (decimal): -9866531 or 14512745. OLE color: 14512745.

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

Color convert

RGB 105 114 221 -
CMYK 0.52 0.48 0 0.13
HSL 235.34º 0.63% 0.64% -
HSV(B) 235.34º 0.52% 0.87% -
XYZ 24.89 20.26 71 -
YUV 123.51 183.02 114.8 -
System Red Green Blue C M Y K H S L
Decimal 105 114 221 0.52 0.48 0 0.13 235.34 0.63 0.64
Hex 69 72 DD 34 30 0 D EB 3F 40
Octal 151 162 335 64 60 0 15 353 77 100
Binary 1101001 1110010 11011101 110100 110000 0 1101 11101011 111111 1000000

Color Harmonies of #6972DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6972DD

Black with #6972DD

Text Example


Text Example

White with #6972DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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