#6449C4

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

Shades of Slate Blue #6449C4

Tints of Slate Blue #6449C4

Color information

#6449C4 (or 0x6449C4) is unknown color: approx Slate Blue. HEX triplet: 64, 49 and C4. RGB value is (100,73,196). Sum of RGB (Red+Green+Blue) = 100+73+196=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 196 (76.95% from 255 or 53.12% from 369); Max value from RGB is 196 - color contains mainly: blue. Hex color #6449C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449C4 is #9BB63B. Grayscale: #5E5E5E. Windows color (decimal): -10204732 or 12863844. OLE color: 12863844.

HSL color Cylindrical-coordinate representation of color #6449C4: hue angle of 253.17º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6449C4 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10073196-
CMYK0.490.6300.23
HSL253.17º51.04%52.75%-
HSV(B)253.17º62.76%76.86%-
XYZ17.611.4653.51-
YUV95.1184.95131.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 196 (76.95% from 255) = 53.12%
R=27.10%
G=19.78%
B=53.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100731960.490.6300.23253.1751.0452.75
Hex6449C4313F017fd3335
Octal14411130461770273756365
Binary110010010010011100010011000111111101011111111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6449C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6449C4; }

 p { color: rgb(100,73,196); }

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

<style>
 a { background-color: #6449C4; }

 a { background-color: rgb(100,73,196); }

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

<style>
 span { border-color: #6449C4; }

 span { border-color: rgb(100,73,196); }

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