Html Css Color HEX #6E66FD Medium Slate Blue

📋 copy color: '#6E66FD'

red 110 ◦ green 102 ◦ blue 253

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

Shades of Medium Slate Blue #6E66FD

Tints of Medium Slate Blue #6E66FD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.94%

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 23.66%
G = 21.94%
B = 54.41%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E66FD (or 0x6E66FD) is known color: Medium Slate Blue. HEX triplet: 6E, 66 and FD. RGB value is (110,102,253). Sum of RGB (Red+Green+Blue) = 110+102+253=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E66FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E66FD is #919902. Grayscale: #797979. Windows color (decimal): -9541891 or 16606830. OLE color: 16606830.

HSL color Cylindrical-coordinate representation of color #6E66FD: hue angle of 243.18º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E66FD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 102 253 -
CMYK 0.57 0.60 0 0.01
HSL 243.18º 0.97% 0.7% -
HSV(B) 243.18º 0.6% 0.99% -
XYZ 28.91 19.91 95.25 -
YUV 121.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 110 102 253 0.57 0.60 0 0.01 243.18 0.97 0.7
Hex 6E 66 FD 39 3C 0 1 F3 61 46
Octal 156 146 375 71 74 0 1 363 141 106
Binary 1101110 1100110 11111101 111001 111100 0 1 11110011 1100001 1000110

Color Harmonies of #6E66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E66FD

Black with #6E66FD

Text Example


Text Example

White with #6E66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,102,253); }

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

background-color css

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

 a { background-color: rgb(110,102,253); }

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

border-color css

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

 span { border-color: rgb(110,102,253); }

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