Html Css Color HEX #6976DD Medium Slate Blue

📋 copy color: '#6976DD'

red 105 ◦ green 118 ◦ blue 221

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

Shades of Medium Slate Blue #6976DD

Tints of Medium Slate Blue #6976DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 23.65%
G = 26.58%
B = 49.77%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6976DD (or 0x6976DD) is known color: Medium Slate Blue. HEX triplet: 69, 76 and DD. RGB value is (105,118,221). Sum of RGB (Red+Green+Blue) = 105+118+221=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #6976DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976DD is #968922. Grayscale: #7D7D7D. Windows color (decimal): -9865507 or 14513769. OLE color: 14513769.

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

Color convert

RGB 105 118 221 -
CMYK 0.52 0.47 0 0.13
HSL 233.28º 0.63% 0.64% -
HSV(B) 233.28º 0.52% 0.87% -
XYZ 25.36 21.18 71.16 -
YUV 125.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 105 118 221 0.52 0.47 0 0.13 233.28 0.63 0.64
Hex 69 76 DD 34 2F 0 D E9 3F 40
Octal 151 166 335 64 57 0 15 351 77 100
Binary 1101001 1110110 11011101 110100 101111 0 1101 11101001 111111 1000000

Color Harmonies of #6976DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6976DD

Black with #6976DD

Text Example


Text Example

White with #6976DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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