Html Css Color HEX #6E54DD Slate Blue

📋 copy color: '#6E54DD'

red 110 ◦ green 84 ◦ blue 221

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

Shades of Slate Blue #6E54DD

Tints of Slate Blue #6E54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 26.51%
G = 20.24%
B = 53.25%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E54DD (or 0x6E54DD) is known color: Slate Blue. HEX triplet: 6E, 54 and DD. RGB value is (110,84,221). Sum of RGB (Red+Green+Blue) = 110+84+221=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E54DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E54DD is #91AB22. Grayscale: #6A6A6A. Windows color (decimal): -9546531 or 14505070. OLE color: 14505070.

HSL color Cylindrical-coordinate representation of color #6E54DD: hue angle of 251.39º degrees, saturation: 0.67, 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 #6E54DD is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 84 221 -
CMYK 0.50 0.62 0 0.13
HSL 251.39º 0.67% 0.6% -
HSV(B) 251.39º 0.62% 0.87% -
XYZ 22.65 14.88 70.08 -
YUV 107.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 110 84 221 0.50 0.62 0 0.13 251.39 0.67 0.6
Hex 6E 54 DD 32 3E 0 D FB 43 3C
Octal 156 124 335 62 76 0 15 373 103 74
Binary 1101110 1010100 11011101 110010 111110 0 1101 11111011 1000011 111100

Color Harmonies of #6E54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E54DD

Black with #6E54DD

Text Example


Text Example

White with #6E54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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