Html Css Color HEX #6E54CA Slate Blue

📋 copy color: '#6E54CA'

red 110 ◦ green 84 ◦ blue 202

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

Shades of Slate Blue #6E54CA

Tints of Slate Blue #6E54CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 27.78%
G = 21.21%
B = 51.01%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E54CA (or 0x6E54CA) is known color: Slate Blue. HEX triplet: 6E, 54 and CA. RGB value is (110,84,202). Sum of RGB (Red+Green+Blue) = 110+84+202=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E54CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E54CA is #91AB35. Grayscale: #686868. Windows color (decimal): -9546550 or 13259886. OLE color: 13259886.

HSL color Cylindrical-coordinate representation of color #6E54CA: hue angle of 253.22º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E54CA is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 84 202 -
CMYK 0.46 0.58 0 0.21
HSL 253.22º 0.53% 0.56% -
HSV(B) 253.22º 0.58% 0.79% -
XYZ 20.26 13.92 57.5 -
YUV 105.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 110 84 202 0.46 0.58 0 0.21 253.22 0.53 0.56
Hex 6E 54 CA 2E 3A 0 15 FD 35 38
Octal 156 124 312 56 72 0 25 375 65 70
Binary 1101110 1010100 11001010 101110 111010 0 10101 11111101 110101 111000

Color Harmonies of #6E54CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E54CA

Black with #6E54CA

Text Example


Text Example

White with #6E54CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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