Html Css Color HEX #6E50C6 Slate Blue

📋 copy color: '#6E50C6'

red 110 ◦ green 80 ◦ blue 198

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

Shades of Slate Blue #6E50C6

Tints of Slate Blue #6E50C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 51.03%

R = 28.35%
G = 20.62%
B = 51.03%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6E50C6 (or 0x6E50C6) is known color: Slate Blue. HEX triplet: 6E, 50 and C6. RGB value is (110,80,198). Sum of RGB (Red+Green+Blue) = 110+80+198=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #6E50C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50C6 is #91AF39. Grayscale: #656565. Windows color (decimal): -9547578 or 12996718. OLE color: 12996718.

HSL color Cylindrical-coordinate representation of color #6E50C6: hue angle of 255.25º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E50C6 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 80 198 -
CMYK 0.44 0.60 0 0.22
HSL 255.25º 0.51% 0.55% -
HSV(B) 255.25º 0.6% 0.78% -
XYZ 19.49 13.13 54.93 -
YUV 102.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 110 80 198 0.44 0.60 0 0.22 255.25 0.51 0.55
Hex 6E 50 C6 2C 3C 0 16 FF 33 37
Octal 156 120 306 54 74 0 26 377 63 67
Binary 1101110 1010000 11000110 101100 111100 0 10110 11111111 110011 110111

Color Harmonies of #6E50C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E50C6

Black with #6E50C6

Text Example


Text Example

White with #6E50C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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