Html Css Color HEX #6E54DF Slate Blue

📋 copy color: '#6E54DF'

red 110 ◦ green 84 ◦ blue 223

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

Shades of Slate Blue #6E54DF

Tints of Slate Blue #6E54DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

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

R = 26.38%
G = 20.14%
B = 53.48%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E54DF (or 0x6E54DF) is known color: Slate Blue. HEX triplet: 6E, 54 and DF. RGB value is (110,84,223). Sum of RGB (Red+Green+Blue) = 110+84+223=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E54DF is #91AB20. Grayscale: #6B6B6B. Windows color (decimal): -9546529 or 14636142. OLE color: 14636142.

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

Color convert

RGB 110 84 223 -
CMYK 0.51 0.62 0 0.13
HSL 251.22º 0.68% 0.6% -
HSV(B) 251.22º 0.62% 0.87% -
XYZ 22.92 14.98 71.5 -
YUV 107.62 193.11 129.7 -
System Red Green Blue C M Y K H S L
Decimal 110 84 223 0.51 0.62 0 0.13 251.22 0.68 0.6
Hex 6E 54 DF 33 3E 0 D FB 44 3C
Octal 156 124 337 63 76 0 15 373 104 74
Binary 1101110 1010100 11011111 110011 111110 0 1101 11111011 1000100 111100

Color Harmonies of #6E54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E54DF

Black with #6E54DF

Text Example


Text Example

White with #6E54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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