Html Css Color HEX #6E75EB Medium Slate Blue

📋 copy color: '#6E75EB'

red 110 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #6E75EB

Tints of Medium Slate Blue #6E75EB

RGB

 RED value IS 110 (43.36% from 255) = 23.81%

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 23.81%
G = 25.32%
B = 50.87%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E75EB (or 0x6E75EB) is known color: Medium Slate Blue. HEX triplet: 6E, 75 and EB. RGB value is (110,117,235). Sum of RGB (Red+Green+Blue) = 110+117+235=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E75EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E75EB is #918A14. Grayscale: #7F7F7F. Windows color (decimal): -9538069 or 15431022. OLE color: 15431022.

HSL color Cylindrical-coordinate representation of color #6E75EB: hue angle of 236.64º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E75EB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 117 235 -
CMYK 0.53 0.50 0 0.08
HSL 236.64º 0.76% 0.68% -
HSV(B) 236.64º 0.53% 0.92% -
XYZ 27.79 22.04 81.39 -
YUV 128.36 188.18 114.91 -
System Red Green Blue C M Y K H S L
Decimal 110 117 235 0.53 0.50 0 0.08 236.64 0.76 0.68
Hex 6E 75 EB 35 32 0 8 ED 4C 44
Octal 156 165 353 65 62 0 10 355 114 104
Binary 1101110 1110101 11101011 110101 110010 0 1000 11101101 1001100 1000100

Color Harmonies of #6E75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E75EB

Black with #6E75EB

Text Example


Text Example

White with #6E75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,117,235); }

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

background-color css

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

 a { background-color: rgb(110,117,235); }

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

border-color css

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

 span { border-color: rgb(110,117,235); }

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