Html Css Color HEX #6976DF Medium Slate Blue

📋 copy color: '#6976DF'

red 105 ◦ green 118 ◦ blue 223

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

Shades of Medium Slate Blue #6976DF

Tints of Medium Slate Blue #6976DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 23.54%
G = 26.46%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6976DF (or 0x6976DF) is known color: Medium Slate Blue. HEX triplet: 69, 76 and DF. RGB value is (105,118,223). Sum of RGB (Red+Green+Blue) = 105+118+223=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #6976DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6976DF is #968920. Grayscale: #7D7D7D. Windows color (decimal): -9865505 or 14644841. OLE color: 14644841.

HSL color Cylindrical-coordinate representation of color #6976DF: hue angle of 233.39º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6976DF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 118 223 -
CMYK 0.53 0.47 0 0.13
HSL 233.39º 0.65% 0.64% -
HSV(B) 233.39º 0.53% 0.87% -
XYZ 25.62 21.29 72.57 -
YUV 126.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 105 118 223 0.53 0.47 0 0.13 233.39 0.65 0.64
Hex 69 76 DF 35 2F 0 D E9 41 40
Octal 151 166 337 65 57 0 15 351 101 100
Binary 1101001 1110110 11011111 110101 101111 0 1101 11101001 1000001 1000000

Color Harmonies of #6976DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6976DF

Black with #6976DF

Text Example


Text Example

White with #6976DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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