Html Css Color HEX #6977FA Medium Slate Blue

📋 copy color: '#6977FA'

red 105 ◦ green 119 ◦ blue 250

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

Shades of Medium Slate Blue #6977FA

Tints of Medium Slate Blue #6977FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 22.15%
G = 25.11%
B = 52.74%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6977FA (or 0x6977FA) is known color: Medium Slate Blue. HEX triplet: 69, 77 and FA. RGB value is (105,119,250). Sum of RGB (Red+Green+Blue) = 105+119+250=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #6977FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977FA is #968805. Grayscale: #818181. Windows color (decimal): -9865222 or 16414569. OLE color: 16414569.

HSL color Cylindrical-coordinate representation of color #6977FA: hue angle of 234.21º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6977FA is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 119 250 -
CMYK 0.58 0.52 0 0.02
HSL 234.21º 0.94% 0.7% -
HSV(B) 234.21º 0.58% 0.98% -
XYZ 29.68 23.1 93.34 -
YUV 129.75 195.86 110.35 -
System Red Green Blue C M Y K H S L
Decimal 105 119 250 0.58 0.52 0 0.02 234.21 0.94 0.7
Hex 69 77 FA 3A 34 0 2 EA 5E 46
Octal 151 167 372 72 64 0 2 352 136 106
Binary 1101001 1110111 11111010 111010 110100 0 10 11101010 1011110 1000110

Color Harmonies of #6977FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977FA

Black with #6977FA

Text Example


Text Example

White with #6977FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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