Html Css Color HEX #6E53CD Slate Blue

📋 copy color: '#6E53CD'

red 110 ◦ green 83 ◦ blue 205

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

Shades of Slate Blue #6E53CD

Tints of Slate Blue #6E53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 27.64%
G = 20.85%
B = 51.51%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E53CD (or 0x6E53CD) is known color: Slate Blue. HEX triplet: 6E, 53 and CD. RGB value is (110,83,205). Sum of RGB (Red+Green+Blue) = 110+83+205=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E53CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53CD is #91AC32. Grayscale: #686868. Windows color (decimal): -9546803 or 13456238. OLE color: 13456238.

HSL color Cylindrical-coordinate representation of color #6E53CD: hue angle of 253.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E53CD is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 83 205 -
CMYK 0.46 0.60 0 0.20
HSL 253.28º 0.55% 0.56% -
HSV(B) 253.28º 0.6% 0.8% -
XYZ 20.54 13.91 59.36 -
YUV 104.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 110 83 205 0.46 0.60 0 0.20 253.28 0.55 0.56
Hex 6E 53 CD 2E 3C 0 14 FD 37 38
Octal 156 123 315 56 74 0 24 375 67 70
Binary 1101110 1010011 11001101 101110 111100 0 10100 11111101 110111 111000

Color Harmonies of #6E53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E53CD

Black with #6E53CD

Text Example


Text Example

White with #6E53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,83,205); }

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

background-color css

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

 a { background-color: rgb(110,83,205); }

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

border-color css

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

 span { border-color: rgb(110,83,205); }

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