Html Css Color HEX #6973DB Medium Slate Blue

📋 copy color: '#6973DB'

red 105 ◦ green 115 ◦ blue 219

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

Shades of Medium Slate Blue #6973DB

Tints of Medium Slate Blue #6973DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.2%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 23.92%
G = 26.2%
B = 49.89%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6973DB (or 0x6973DB) is known color: Medium Slate Blue. HEX triplet: 69, 73 and DB. RGB value is (105,115,219). Sum of RGB (Red+Green+Blue) = 105+115+219=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #6973DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973DB is #968C24. Grayscale: #7B7B7B. Windows color (decimal): -9866277 or 14381929. OLE color: 14381929.

HSL color Cylindrical-coordinate representation of color #6973DB: hue angle of 234.74º degrees, saturation: 0.61, 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 #6973DB is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 115 219 -
CMYK 0.52 0.47 0 0.14
HSL 234.74º 0.61% 0.64% -
HSV(B) 234.74º 0.52% 0.86% -
XYZ 24.74 20.38 69.65 -
YUV 123.87 181.69 114.54 -
System Red Green Blue C M Y K H S L
Decimal 105 115 219 0.52 0.47 0 0.14 234.74 0.61 0.64
Hex 69 73 DB 34 2F 0 E EB 3D 40
Octal 151 163 333 64 57 0 16 353 75 100
Binary 1101001 1110011 11011011 110100 101111 0 1110 11101011 111101 1000000

Color Harmonies of #6973DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6973DB

Black with #6973DB

Text Example


Text Example

White with #6973DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6973DB; }

 p { color: rgb(105,115,219); }

 H1.HeaderClassName
 {
   color: #6973DB;
 }
 .AnyTagClassName
 {
   color: #6973DB;
 }
</style>

background-color css

<style>
 a { background-color: #6973DB; }

 a { background-color: rgb(105,115,219); }

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

border-color css

<style>
 span { border-color: #6973DB; }

 span { border-color: rgb(105,115,219); }

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