Html Css Color HEX #6E50C7 Slate Blue

📋 copy color: '#6E50C7'

red 110 ◦ green 80 ◦ blue 199

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

Shades of Slate Blue #6E50C7

Tints of Slate Blue #6E50C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.16%

R = 28.28%
G = 20.57%
B = 51.16%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6E50C7 (or 0x6E50C7) is known color: Slate Blue. HEX triplet: 6E, 50 and C7. RGB value is (110,80,199). Sum of RGB (Red+Green+Blue) = 110+80+199=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #6E50C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50C7 is #91AF38. Grayscale: #666666. Windows color (decimal): -9547577 or 13062254. OLE color: 13062254.

HSL color Cylindrical-coordinate representation of color #6E50C7: hue angle of 255.13º degrees, saturation: 0.52, 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 #6E50C7 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 80 199 -
CMYK 0.45 0.60 0 0.22
HSL 255.13º 0.52% 0.55% -
HSV(B) 255.13º 0.6% 0.78% -
XYZ 19.61 13.18 55.54 -
YUV 102.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 110 80 199 0.45 0.60 0 0.22 255.13 0.52 0.55
Hex 6E 50 C7 2D 3C 0 16 FF 34 37
Octal 156 120 307 55 74 0 26 377 64 67
Binary 1101110 1010000 11000111 101101 111100 0 10110 11111111 110100 110111

Color Harmonies of #6E50C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E50C7

Black with #6E50C7

Text Example


Text Example

White with #6E50C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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