Html Css Color HEX #6977DA Medium Slate Blue

📋 copy color: '#6977DA'

red 105 ◦ green 119 ◦ blue 218

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

Shades of Medium Slate Blue #6977DA

Tints of Medium Slate Blue #6977DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 23.76%
G = 26.92%
B = 49.32%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6977DA (or 0x6977DA) is known color: Medium Slate Blue. HEX triplet: 69, 77 and DA. RGB value is (105,119,218). Sum of RGB (Red+Green+Blue) = 105+119+218=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #6977DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6977DA is #968825. Grayscale: #7D7D7D. Windows color (decimal): -9865254 or 14317417. OLE color: 14317417.

HSL color Cylindrical-coordinate representation of color #6977DA: hue angle of 232.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6977DA is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 119 218 -
CMYK 0.52 0.45 0 0.15
HSL 232.57º 0.6% 0.63% -
HSV(B) 232.57º 0.52% 0.85% -
XYZ 25.08 21.26 69.11 -
YUV 126.1 179.86 112.95 -
System Red Green Blue C M Y K H S L
Decimal 105 119 218 0.52 0.45 0 0.15 232.57 0.6 0.63
Hex 69 77 DA 34 2D 0 F E9 3C 3F
Octal 151 167 332 64 55 0 17 351 74 77
Binary 1101001 1110111 11011010 110100 101101 0 1111 11101001 111100 111111

Color Harmonies of #6977DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977DA

Black with #6977DA

Text Example


Text Example

White with #6977DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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