Html Css Color HEX #6976EC Medium Slate Blue

📋 copy color: '#6976EC'

red 105 ◦ green 118 ◦ blue 236

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

Shades of Medium Slate Blue #6976EC

Tints of Medium Slate Blue #6976EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 22.88%
G = 25.71%
B = 51.42%

CMYK

 C value IS 0.56

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6976EC (or 0x6976EC) is known color: Medium Slate Blue. HEX triplet: 69, 76 and EC. RGB value is (105,118,236). Sum of RGB (Red+Green+Blue) = 105+118+236=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #6976EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6976EC is #968913. Grayscale: #7F7F7F. Windows color (decimal): -9865492 or 15496809. OLE color: 15496809.

HSL color Cylindrical-coordinate representation of color #6976EC: hue angle of 234.05º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6976EC is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 118 236 -
CMYK 0.56 0.5 0 0.07
HSL 234.05º 0.78% 0.67% -
HSV(B) 234.05º 0.56% 0.93% -
XYZ 27.44 22.02 82.16 -
YUV 127.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 105 118 236 0.56 0.5 0 0.07 234.05 0.78 0.67
Hex 69 76 EC 38 32 0 7 EA 4E 43
Octal 151 166 354 70 62 0 7 352 116 103
Binary 1101001 1110110 11101100 111000 110010 0 111 11101010 1001110 1000011

Color Harmonies of #6976EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6976EC

Black with #6976EC

Text Example


Text Example

White with #6976EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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