Html Css Color HEX #6974DC Medium Slate Blue

📋 copy color: '#6974DC'

red 105 ◦ green 116 ◦ blue 220

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

Shades of Medium Slate Blue #6974DC

Tints of Medium Slate Blue #6974DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 23.81%
G = 26.3%
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

#6974DC (or 0x6974DC) is known color: Medium Slate Blue. HEX triplet: 69, 74 and DC. RGB value is (105,116,220). Sum of RGB (Red+Green+Blue) = 105+116+220=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #6974DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974DC is #968B23. Grayscale: #7C7C7C. Windows color (decimal): -9866020 or 14447721. OLE color: 14447721.

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

Color convert

RGB 105 116 220 -
CMYK 0.52 0.47 0 0.14
HSL 234.26º 0.62% 0.64% -
HSV(B) 234.26º 0.52% 0.86% -
XYZ 24.99 20.66 70.38 -
YUV 124.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 105 116 220 0.52 0.47 0 0.14 234.26 0.62 0.64
Hex 69 74 DC 34 2F 0 E EA 3E 40
Octal 151 164 334 64 57 0 16 352 76 100
Binary 1101001 1110100 11011100 110100 101111 0 1110 11101010 111110 1000000

Color Harmonies of #6974DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974DC

Black with #6974DC

Text Example


Text Example

White with #6974DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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