Html Css Color HEX #6E69FD Medium Slate Blue

📋 copy color: '#6E69FD'

red 110 ◦ green 105 ◦ blue 253

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

Shades of Medium Slate Blue #6E69FD

Tints of Medium Slate Blue #6E69FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 23.5%
G = 22.44%
B = 54.06%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E69FD (or 0x6E69FD) is known color: Medium Slate Blue. HEX triplet: 6E, 69 and FD. RGB value is (110,105,253). Sum of RGB (Red+Green+Blue) = 110+105+253=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E69FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E69FD is #919602. Grayscale: #7A7A7A. Windows color (decimal): -9541123 or 16607598. OLE color: 16607598.

HSL color Cylindrical-coordinate representation of color #6E69FD: hue angle of 242.03º degrees, saturation: 0.97, 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 #6E69FD is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 105 253 -
CMYK 0.57 0.58 0 0.01
HSL 242.03º 0.97% 0.7% -
HSV(B) 242.03º 0.58% 0.99% -
XYZ 29.21 20.51 95.35 -
YUV 123.37 201.16 118.47 -
System Red Green Blue C M Y K H S L
Decimal 110 105 253 0.57 0.58 0 0.01 242.03 0.97 0.7
Hex 6E 69 FD 39 3A 0 1 F2 61 46
Octal 156 151 375 71 72 0 1 362 141 106
Binary 1101110 1101001 11111101 111001 111010 0 1 11110010 1100001 1000110

Color Harmonies of #6E69FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E69FD

Black with #6E69FD

Text Example


Text Example

White with #6E69FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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