Html Css Color HEX #6E51DF Slate Blue

📋 copy color: '#6E51DF'

red 110 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #6E51DF

Tints of Slate Blue #6E51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 26.57%
G = 19.57%
B = 53.86%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E51DF (or 0x6E51DF) is known color: Slate Blue. HEX triplet: 6E, 51 and DF. RGB value is (110,81,223). Sum of RGB (Red+Green+Blue) = 110+81+223=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E51DF is #91AE20. Grayscale: #696969. Windows color (decimal): -9547297 or 14635374. OLE color: 14635374.

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

Color convert

RGB 110 81 223 -
CMYK 0.51 0.64 0 0.13
HSL 252.25º 0.69% 0.6% -
HSV(B) 252.25º 0.64% 0.87% -
XYZ 22.69 14.53 71.42 -
YUV 105.86 194.11 130.95 -
System Red Green Blue C M Y K H S L
Decimal 110 81 223 0.51 0.64 0 0.13 252.25 0.69 0.6
Hex 6E 51 DF 33 40 0 D FC 45 3C
Octal 156 121 337 63 100 0 15 374 105 74
Binary 1101110 1010001 11011111 110011 1000000 0 1101 11111100 1000101 111100

Color Harmonies of #6E51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E51DF

Black with #6E51DF

Text Example


Text Example

White with #6E51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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