Html Css Color HEX #6978EB Medium Slate Blue

📋 copy color: '#6978EB'

red 105 ◦ green 120 ◦ blue 235

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

Shades of Medium Slate Blue #6978EB

Tints of Medium Slate Blue #6978EB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.09%

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

R = 22.83%
G = 26.09%
B = 51.09%

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

#6978EB (or 0x6978EB) is known color: Medium Slate Blue. HEX triplet: 69, 78 and EB. RGB value is (105,120,235). Sum of RGB (Red+Green+Blue) = 105+120+235=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #6978EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6978EB is #968714. Grayscale: #808080. Windows color (decimal): -9864981 or 15431785. OLE color: 15431785.

HSL color Cylindrical-coordinate representation of color #6978EB: hue angle of 233.08º 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 #6978EB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 120 235 -
CMYK 0.55 0.49 0 0.08
HSL 233.08º 0.76% 0.67% -
HSV(B) 233.08º 0.55% 0.92% -
XYZ 27.54 22.43 81.48 -
YUV 128.63 188.03 111.15 -
System Red Green Blue C M Y K H S L
Decimal 105 120 235 0.55 0.49 0 0.08 233.08 0.76 0.67
Hex 69 78 EB 37 31 0 8 E9 4C 43
Octal 151 170 353 67 61 0 10 351 114 103
Binary 1101001 1111000 11101011 110111 110001 0 1000 11101001 1001100 1000011

Color Harmonies of #6978EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978EB

Black with #6978EB

Text Example


Text Example

White with #6978EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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