Html Css Color HEX #6978DA Medium Slate Blue

📋 copy color: '#6978DA'

red 105 ◦ green 120 ◦ blue 218

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

Shades of Medium Slate Blue #6978DA

Tints of Medium Slate Blue #6978DA

RGB

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

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

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

R = 23.7%
G = 27.09%
B = 49.21%

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

#6978DA (or 0x6978DA) is known color: Medium Slate Blue. HEX triplet: 69, 78 and DA. RGB value is (105,120,218). Sum of RGB (Red+Green+Blue) = 105+120+218=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #6978DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978DA is #968725. Grayscale: #7E7E7E. Windows color (decimal): -9864998 or 14317673. OLE color: 14317673.

HSL color Cylindrical-coordinate representation of color #6978DA: hue angle of 232.04º 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 #6978DA is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 120 218 -
CMYK 0.52 0.45 0 0.15
HSL 232.04º 0.6% 0.63% -
HSV(B) 232.04º 0.52% 0.85% -
XYZ 25.2 21.5 69.15 -
YUV 126.69 179.53 112.53 -
System Red Green Blue C M Y K H S L
Decimal 105 120 218 0.52 0.45 0 0.15 232.04 0.6 0.63
Hex 69 78 DA 34 2D 0 F E8 3C 3F
Octal 151 170 332 64 55 0 17 350 74 77
Binary 1101001 1111000 11011010 110100 101101 0 1111 11101000 111100 111111

Color Harmonies of #6978DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978DA

Black with #6978DA

Text Example


Text Example

White with #6978DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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