Html Css Color HEX #6977FC Medium Slate Blue

📋 copy color: '#6977FC'

red 105 ◦ green 119 ◦ blue 252

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

Shades of Medium Slate Blue #6977FC

Tints of Medium Slate Blue #6977FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 22.06%
G = 25%
B = 52.94%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6977FC (or 0x6977FC) is known color: Medium Slate Blue. HEX triplet: 69, 77 and FC. RGB value is (105,119,252). Sum of RGB (Red+Green+Blue) = 105+119+252=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #6977FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6977FC is #968803. Grayscale: #818181. Windows color (decimal): -9865220 or 16545641. OLE color: 16545641.

HSL color Cylindrical-coordinate representation of color #6977FC: hue angle of 234.29º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6977FC is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 105 119 252 -
CMYK 0.58 0.53 0 0.01
HSL 234.29º 0.96% 0.7% -
HSV(B) 234.29º 0.58% 0.99% -
XYZ 29.99 23.23 95 -
YUV 129.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 105 119 252 0.58 0.53 0 0.01 234.29 0.96 0.7
Hex 69 77 FC 3A 35 0 1 EA 60 46
Octal 151 167 374 72 65 0 1 352 140 106
Binary 1101001 1110111 11111100 111010 110101 0 1 11101010 1100000 1000110

Color Harmonies of #6977FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977FC

Black with #6977FC

Text Example


Text Example

White with #6977FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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