Html Css Color HEX #6E6BFC Medium Slate Blue

📋 copy color: '#6E6BFC'

red 110 ◦ green 107 ◦ blue 252

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

Shades of Medium Slate Blue #6E6BFC

Tints of Medium Slate Blue #6E6BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 23.45%
G = 22.81%
B = 53.73%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E6BFC (or 0x6E6BFC) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and FC. RGB value is (110,107,252). Sum of RGB (Red+Green+Blue) = 110+107+252=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6BFC is #919403. Grayscale: #7B7B7B. Windows color (decimal): -9540612 or 16542574. OLE color: 16542574.

HSL color Cylindrical-coordinate representation of color #6E6BFC: hue angle of 241.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E6BFC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 107 252 -
CMYK 0.56 0.58 0 0.01
HSL 241.24º 0.96% 0.7% -
HSV(B) 241.24º 0.58% 0.99% -
XYZ 29.26 20.86 94.58 -
YUV 124.43 199.99 117.71 -
System Red Green Blue C M Y K H S L
Decimal 110 107 252 0.56 0.58 0 0.01 241.24 0.96 0.7
Hex 6E 6B FC 38 3A 0 1 F1 60 46
Octal 156 153 374 70 72 0 1 361 140 106
Binary 1101110 1101011 11111100 111000 111010 0 1 11110001 1100000 1000110

Color Harmonies of #6E6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6BFC

Black with #6E6BFC

Text Example


Text Example

White with #6E6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,107,252); }

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

background-color css

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

 a { background-color: rgb(110,107,252); }

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

border-color css

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

 span { border-color: rgb(110,107,252); }

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