Html Css Color HEX #6978FB Medium Slate Blue

📋 copy color: '#6978FB'

red 105 ◦ green 120 ◦ blue 251

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

Shades of Medium Slate Blue #6978FB

Tints of Medium Slate Blue #6978FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 22.06%
G = 25.21%
B = 52.73%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6978FB (or 0x6978FB) is known color: Medium Slate Blue. HEX triplet: 69, 78 and FB. RGB value is (105,120,251). Sum of RGB (Red+Green+Blue) = 105+120+251=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #6978FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6978FB is #968704. Grayscale: #818181. Windows color (decimal): -9864965 or 16480361. OLE color: 16480361.

HSL color Cylindrical-coordinate representation of color #6978FB: hue angle of 233.84º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6978FB is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 120 251 -
CMYK 0.58 0.52 0 0.02
HSL 233.84º 0.95% 0.7% -
HSV(B) 233.84º 0.58% 0.98% -
XYZ 29.95 23.4 94.2 -
YUV 130.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 105 120 251 0.58 0.52 0 0.02 233.84 0.95 0.7
Hex 69 78 FB 3A 34 0 2 EA 5F 46
Octal 151 170 373 72 64 0 2 352 137 106
Binary 1101001 1111000 11111011 111010 110100 0 10 11101010 1011111 1000110

Color Harmonies of #6978FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6978FB

Black with #6978FB

Text Example


Text Example

White with #6978FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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