Html Css Color HEX #6A78EB Medium Slate Blue

📋 copy color: '#6A78EB'

red 106 ◦ green 120 ◦ blue 235

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

Shades of Medium Slate Blue #6A78EB

Tints of Medium Slate Blue #6A78EB

RGB

 RED value IS 106 (41.8% from 255) = 22.99%

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

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

R = 22.99%
G = 26.03%
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

#6A78EB (or 0x6A78EB) is known color: Medium Slate Blue. HEX triplet: 6A, 78 and EB. RGB value is (106,120,235). Sum of RGB (Red+Green+Blue) = 106+120+235=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A78EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A78EB is #958714. Grayscale: #808080. Windows color (decimal): -9799445 or 15431786. OLE color: 15431786.

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

Color convert

RGB 106 120 235 -
CMYK 0.55 0.49 0 0.08
HSL 233.49º 0.76% 0.67% -
HSV(B) 233.49º 0.55% 0.92% -
XYZ 27.66 22.5 81.48 -
YUV 128.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 106 120 235 0.55 0.49 0 0.08 233.49 0.76 0.67
Hex 6A 78 EB 37 31 0 8 E9 4C 43
Octal 152 170 353 67 61 0 10 351 114 103
Binary 1101010 1111000 11101011 110111 110001 0 1000 11101001 1001100 1000011

Color Harmonies of #6A78EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A78EB

Black with #6A78EB

Text Example


Text Example

White with #6A78EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A78EB; }

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

 H1.HeaderClassName
 {
   color: #6A78EB;
 }
 .AnyTagClassName
 {
   color: #6A78EB;
 }
</style>

background-color css

<style>
 a { background-color: #6A78EB; }

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

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

border-color css

<style>
 span { border-color: #6A78EB; }

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

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