Html Css Color HEX #6B76EB Medium Slate Blue

📋 copy color: '#6B76EB'

red 107 ◦ green 118 ◦ blue 235

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

Shades of Medium Slate Blue #6B76EB

Tints of Medium Slate Blue #6B76EB

RGB

 RED value IS 107 (42.19% from 255) = 23.26%

 GREEN value IS 118 (46.48% from 255) = 25.65%

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

R = 23.26%
G = 25.65%
B = 51.09%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B76EB (or 0x6B76EB) is known color: Medium Slate Blue. HEX triplet: 6B, 76 and EB. RGB value is (107,118,235). Sum of RGB (Red+Green+Blue) = 107+118+235=460 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.26% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B76EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B76EB is #948914. Grayscale: #7F7F7F. Windows color (decimal): -9734421 or 15431275. OLE color: 15431275.

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

Color convert

RGB 107 118 235 -
CMYK 0.54 0.50 0 0.08
HSL 234.84º 0.76% 0.67% -
HSV(B) 234.84º 0.54% 0.92% -
XYZ 27.54 22.08 81.41 -
YUV 128.05 188.36 112.99 -
System Red Green Blue C M Y K H S L
Decimal 107 118 235 0.54 0.50 0 0.08 234.84 0.76 0.67
Hex 6B 76 EB 36 32 0 8 EB 4C 43
Octal 153 166 353 66 62 0 10 353 114 103
Binary 1101011 1110110 11101011 110110 110010 0 1000 11101011 1001100 1000011

Color Harmonies of #6B76EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B76EB

Black with #6B76EB

Text Example


Text Example

White with #6B76EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,235); }

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

background-color css

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

 a { background-color: rgb(107,118,235); }

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

border-color css

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

 span { border-color: rgb(107,118,235); }

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