Html Css Color HEX #6977E7 Medium Slate Blue

📋 copy color: '#6977E7'

red 105 ◦ green 119 ◦ blue 231

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

Shades of Medium Slate Blue #6977E7

Tints of Medium Slate Blue #6977E7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.15%

 BLUE value IS 231 (90.63% from 255) = 50.77%

R = 23.08%
G = 26.15%
B = 50.77%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6977E7 (or 0x6977E7) is known color: Medium Slate Blue. HEX triplet: 69, 77 and E7. RGB value is (105,119,231). Sum of RGB (Red+Green+Blue) = 105+119+231=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #6977E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977E7 is #968818. Grayscale: #7F7F7F. Windows color (decimal): -9865241 or 15169385. OLE color: 15169385.

HSL color Cylindrical-coordinate representation of color #6977E7: hue angle of 233.33º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6977E7 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 119 231 -
CMYK 0.55 0.48 0 0.09
HSL 233.33º 0.72% 0.66% -
HSV(B) 233.33º 0.55% 0.91% -
XYZ 26.85 21.97 78.43 -
YUV 127.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 105 119 231 0.55 0.48 0 0.09 233.33 0.72 0.66
Hex 69 77 E7 37 30 0 9 E9 48 42
Octal 151 167 347 67 60 0 11 351 110 102
Binary 1101001 1110111 11100111 110111 110000 0 1001 11101001 1001000 1000010

Color Harmonies of #6977E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977E7

Black with #6977E7

Text Example


Text Example

White with #6977E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6977E7; }

 p { color: rgb(105,119,231); }

 H1.HeaderClassName
 {
   color: #6977E7;
 }
 .AnyTagClassName
 {
   color: #6977E7;
 }
</style>

background-color css

<style>
 a { background-color: #6977E7; }

 a { background-color: rgb(105,119,231); }

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

border-color css

<style>
 span { border-color: #6977E7; }

 span { border-color: rgb(105,119,231); }

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