Html Css Color HEX #6E65DF Medium Slate Blue

📋 copy color: '#6E65DF'

red 110 ◦ green 101 ◦ blue 223

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

Shades of Medium Slate Blue #6E65DF

Tints of Medium Slate Blue #6E65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.27%

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 25.35%
G = 23.27%
B = 51.38%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E65DF (or 0x6E65DF) is known color: Medium Slate Blue. HEX triplet: 6E, 65 and DF. RGB value is (110,101,223). Sum of RGB (Red+Green+Blue) = 110+101+223=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65DF is #919A20. Grayscale: #757575. Windows color (decimal): -9542177 or 14640494. OLE color: 14640494.

HSL color Cylindrical-coordinate representation of color #6E65DF: hue angle of 244.43º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E65DF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 101 223 -
CMYK 0.51 0.55 0 0.13
HSL 244.43º 0.66% 0.64% -
HSV(B) 244.43º 0.55% 0.87% -
XYZ 24.4 17.95 71.99 -
YUV 117.6 187.48 122.58 -
System Red Green Blue C M Y K H S L
Decimal 110 101 223 0.51 0.55 0 0.13 244.43 0.66 0.64
Hex 6E 65 DF 33 37 0 D F4 42 40
Octal 156 145 337 63 67 0 15 364 102 100
Binary 1101110 1100101 11011111 110011 110111 0 1101 11110100 1000010 1000000

Color Harmonies of #6E65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E65DF

Black with #6E65DF

Text Example


Text Example

White with #6E65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,223); }

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

background-color css

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

 a { background-color: rgb(110,101,223); }

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

border-color css

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

 span { border-color: rgb(110,101,223); }

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