Html Css Color HEX #6978EA Medium Slate Blue

📋 copy color: '#6978EA'

red 105 ◦ green 120 ◦ blue 234

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

Shades of Medium Slate Blue #6978EA

Tints of Medium Slate Blue #6978EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 22.88%
G = 26.14%
B = 50.98%

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

#6978EA (or 0x6978EA) is known color: Medium Slate Blue. HEX triplet: 69, 78 and EA. RGB value is (105,120,234). Sum of RGB (Red+Green+Blue) = 105+120+234=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #6978EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6978EA is #968715. Grayscale: #808080. Windows color (decimal): -9864982 or 15366249. OLE color: 15366249.

HSL color Cylindrical-coordinate representation of color #6978EA: hue angle of 233.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6978EA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 120 234 -
CMYK 0.55 0.49 0 0.08
HSL 233.02º 0.75% 0.66% -
HSV(B) 233.02º 0.55% 0.92% -
XYZ 27.39 22.38 80.72 -
YUV 128.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 105 120 234 0.55 0.49 0 0.08 233.02 0.75 0.66
Hex 69 78 EA 37 31 0 8 E9 4B 42
Octal 151 170 352 67 61 0 10 351 113 102
Binary 1101001 1111000 11101010 110111 110001 0 1000 11101001 1001011 1000010

Color Harmonies of #6978EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978EA

Black with #6978EA

Text Example


Text Example

White with #6978EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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