Html Css Color HEX #6E50CD Slate Blue

📋 copy color: '#6E50CD'

red 110 ◦ green 80 ◦ blue 205

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

Shades of Slate Blue #6E50CD

Tints of Slate Blue #6E50CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

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

R = 27.85%
G = 20.25%
B = 51.9%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E50CD (or 0x6E50CD) is known color: Slate Blue. HEX triplet: 6E, 50 and CD. RGB value is (110,80,205). Sum of RGB (Red+Green+Blue) = 110+80+205=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50CD is #91AF32. Grayscale: #666666. Windows color (decimal): -9547571 or 13455470. OLE color: 13455470.

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

Color convert

RGB 110 80 205 -
CMYK 0.46 0.61 0 0.20
HSL 254.4º 0.56% 0.56% -
HSV(B) 254.4º 0.61% 0.8% -
XYZ 20.32 13.46 59.28 -
YUV 103.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 110 80 205 0.46 0.61 0 0.20 254.4 0.56 0.56
Hex 6E 50 CD 2E 3D 0 14 FE 38 38
Octal 156 120 315 56 75 0 24 376 70 70
Binary 1101110 1010000 11001101 101110 111101 0 10100 11111110 111000 111000

Color Harmonies of #6E50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E50CD

Black with #6E50CD

Text Example


Text Example

White with #6E50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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