#6461C4

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

Shades of Slate Blue #6461C4

Tints of Slate Blue #6461C4

Color information

#6461C4 (or 0x6461C4) is unknown color: approx Slate Blue. HEX triplet: 64, 61 and C4. RGB value is (100,97,196). Sum of RGB (Red+Green+Blue) = 100+97+196=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #6461C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461C4 is #9B9E3B. Grayscale: #6C6C6C. Windows color (decimal): -10198588 or 12869988. OLE color: 12869988.

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

Color convert

RGB10097196-
CMYK0.490.5100.23
HSL241.82º45.62%57.45%-
HSV(B)241.82º50.51%76.86%-
XYZ19.4915.2454.14-
YUV109.18176.99121.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 196 (76.95% from 255) = 49.87%
R=25.45%
G=24.68%
B=49.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100971960.490.5100.23241.8245.6257.45
Hex6461C43133017f22e39
Octal14414130461630273625671
Binary110010011000011100010011000111001101011111110010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6461C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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