Html Css Color HEX #6977EA Medium Slate Blue

📋 copy color: '#6977EA'

red 105 ◦ green 119 ◦ blue 234

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

Shades of Medium Slate Blue #6977EA

Tints of Medium Slate Blue #6977EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 22.93%
G = 25.98%
B = 51.09%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6977EA (or 0x6977EA) is known color: Medium Slate Blue. HEX triplet: 69, 77 and EA. RGB value is (105,119,234). Sum of RGB (Red+Green+Blue) = 105+119+234=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #6977EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977EA is #968815. Grayscale: #7F7F7F. Windows color (decimal): -9865238 or 15365993. OLE color: 15365993.

HSL color Cylindrical-coordinate representation of color #6977EA: hue angle of 233.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6977EA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 119 234 -
CMYK 0.55 0.49 0 0.08
HSL 233.49º 0.75% 0.66% -
HSV(B) 233.49º 0.55% 0.92% -
XYZ 27.27 22.14 80.68 -
YUV 127.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 105 119 234 0.55 0.49 0 0.08 233.49 0.75 0.66
Hex 69 77 EA 37 31 0 8 E9 4B 42
Octal 151 167 352 67 61 0 10 351 113 102
Binary 1101001 1110111 11101010 110111 110001 0 1000 11101001 1001011 1000010

Color Harmonies of #6977EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977EA

Black with #6977EA

Text Example


Text Example

White with #6977EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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