#6E62C1

Color #6E62C1 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6E62C1

Tints of Slate Blue #6E62C1

Color information

#6E62C1 (or 0x6E62C1) is unknown color: approx Slate Blue. HEX triplet: 6E, 62 and C1. RGB value is (110,98,193). Sum of RGB (Red+Green+Blue) = 110+98+193=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E62C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E62C1 is #919D3E. Grayscale: #707070. Windows color (decimal): -9542975 or 12673646. OLE color: 12673646.

HSL color Cylindrical-coordinate representation of color #6E62C1: hue angle of 247.58º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E62C1 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11098193-
CMYK0.430.4900.24
HSL247.58º43.38%57.06%-
HSV(B)247.58º49.22%75.69%-
XYZ20.4215.952.44-
YUV112.42173.48126.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.43%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=27.43%
G=24.44%
B=48.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110981930.430.4900.24247.5843.3857.06
Hex6E62C12B31018f82b39
Octal15614230153610303705371
Binary110111011000101100000110101111000101100011111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E62C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,98,193); }

 H1.HeaderClassName
 {
   color: #6E62C1;
 }
 .AnyTagClassName
 {
   color: #6E62C1;
 }
</style>
background-color css

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

 a { background-color: rgb(110,98,193); }

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

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

 span { border-color: rgb(110,98,193); }

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