Html Css Color HEX #6977EC Medium Slate Blue

📋 copy color: '#6977EC'

red 105 ◦ green 119 ◦ blue 236

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

Shades of Medium Slate Blue #6977EC

Tints of Medium Slate Blue #6977EC

RGB

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

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

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

R = 22.83%
G = 25.87%
B = 51.3%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6977EC (or 0x6977EC) is known color: Medium Slate Blue. HEX triplet: 69, 77 and EC. RGB value is (105,119,236). Sum of RGB (Red+Green+Blue) = 105+119+236=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #6977EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977EC is #968813. Grayscale: #7F7F7F. Windows color (decimal): -9865236 or 15497065. OLE color: 15497065.

HSL color Cylindrical-coordinate representation of color #6977EC: hue angle of 233.59º 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 #6977EC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 119 236 -
CMYK 0.56 0.50 0 0.07
HSL 233.59º 0.78% 0.67% -
HSV(B) 233.59º 0.56% 0.93% -
XYZ 27.56 22.25 82.2 -
YUV 128.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 105 119 236 0.56 0.50 0 0.07 233.59 0.78 0.67
Hex 69 77 EC 38 32 0 7 EA 4E 43
Octal 151 167 354 70 62 0 7 352 116 103
Binary 1101001 1110111 11101100 111000 110010 0 111 11101010 1001110 1000011

Color Harmonies of #6977EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977EC

Black with #6977EC

Text Example


Text Example

White with #6977EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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