Html Css Color HEX #6977EB Medium Slate Blue

📋 copy color: '#6977EB'

red 105 ◦ green 119 ◦ blue 235

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

Shades of Medium Slate Blue #6977EB

Tints of Medium Slate Blue #6977EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 22.88%
G = 25.93%
B = 51.2%

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

#6977EB (or 0x6977EB) is known color: Medium Slate Blue. HEX triplet: 69, 77 and EB. RGB value is (105,119,235). Sum of RGB (Red+Green+Blue) = 105+119+235=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #6977EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977EB is #968814. Grayscale: #7F7F7F. Windows color (decimal): -9865237 or 15431529. OLE color: 15431529.

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

Color convert

RGB 105 119 235 -
CMYK 0.55 0.49 0 0.08
HSL 233.54º 0.76% 0.67% -
HSV(B) 233.54º 0.55% 0.92% -
XYZ 27.42 22.2 81.44 -
YUV 128.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 105 119 235 0.55 0.49 0 0.08 233.54 0.76 0.67
Hex 69 77 EB 37 31 0 8 EA 4C 43
Octal 151 167 353 67 61 0 10 352 114 103
Binary 1101001 1110111 11101011 110111 110001 0 1000 11101010 1001100 1000011

Color Harmonies of #6977EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977EB

Black with #6977EB

Text Example


Text Example

White with #6977EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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