#6351C1

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

Shades of Slate Blue #6351C1

Tints of Slate Blue #6351C1

Color information

#6351C1 (or 0x6351C1) is unknown color: approx Slate Blue. HEX triplet: 63, 51 and C1. RGB value is (99,81,193). Sum of RGB (Red+Green+Blue) = 99+81+193=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #6351C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351C1 is #9CAE3E. Grayscale: #626262. Windows color (decimal): -10268223 or 12669283. OLE color: 12669283.

HSL color Cylindrical-coordinate representation of color #6351C1: hue angle of 249.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6351C1 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9981193-
CMYK0.490.5800.24
HSL249.64º47.46%53.73%-
HSV(B)249.64º58.03%75.69%-
XYZ17.7112.3951.91-
YUV99.15180.96127.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 193 (75.78% from 255) = 51.74%
R=26.54%
G=21.72%
B=51.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99811930.490.5800.24249.6447.4653.73
Hex6351C1313A018fa2f36
Octal14312130161720303725766
Binary110001110100011100000111000111101001100011111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6351C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6351C1; }

 p { color: rgb(99,81,193); }

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

<style>
 a { background-color: #6351C1; }

 a { background-color: rgb(99,81,193); }

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

<style>
 span { border-color: #6351C1; }

 span { border-color: rgb(99,81,193); }

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