Html Css Color HEX #6E7BED Medium Slate Blue

📋 copy color: '#6E7BED'

red 110 ◦ green 123 ◦ blue 237

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

Shades of Medium Slate Blue #6E7BED

Tints of Medium Slate Blue #6E7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 23.4%
G = 26.17%
B = 50.43%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E7BED (or 0x6E7BED) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and ED. RGB value is (110,123,237). Sum of RGB (Red+Green+Blue) = 110+123+237=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E7BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BED is #918412. Grayscale: #838383. Windows color (decimal): -9536531 or 15563630. OLE color: 15563630.

HSL color Cylindrical-coordinate representation of color #6E7BED: hue angle of 233.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E7BED is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 123 237 -
CMYK 0.54 0.48 0 0.07
HSL 233.86º 0.78% 0.68% -
HSV(B) 233.86º 0.54% 0.93% -
XYZ 28.8 23.6 83.16 -
YUV 132.11 187.19 112.23 -
System Red Green Blue C M Y K H S L
Decimal 110 123 237 0.54 0.48 0 0.07 233.86 0.78 0.68
Hex 6E 7B ED 36 30 0 7 EA 4E 44
Octal 156 173 355 66 60 0 7 352 116 104
Binary 1101110 1111011 11101101 110110 110000 0 111 11101010 1001110 1000100

Color Harmonies of #6E7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BED

Black with #6E7BED

Text Example


Text Example

White with #6E7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,237); }

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

background-color css

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

 a { background-color: rgb(110,123,237); }

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

border-color css

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

 span { border-color: rgb(110,123,237); }

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