#6461BF

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

Shades of Slate Blue #6461BF

Tints of Slate Blue #6461BF

Color information

#6461BF (or 0x6461BF) is unknown color: approx Slate Blue. HEX triplet: 64, 61 and BF. RGB value is (100,97,191). Sum of RGB (Red+Green+Blue) = 100+97+191=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #6461BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461BF is #9B9E40. Grayscale: #6C6C6C. Windows color (decimal): -10198593 or 12542308. OLE color: 12542308.

HSL color Cylindrical-coordinate representation of color #6461BF: hue angle of 241.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6461BF is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10097191-
CMYK0.480.4900.25
HSL241.91º42.34%56.47%-
HSV(B)241.91º49.21%74.9%-
XYZ18.9315.0251.19-
YUV108.61174.49121.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.77%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 191 (75% from 255) = 49.23%
R=25.77%
G=25%
B=49.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100971910.480.4900.25241.9142.3456.47
Hex6461BF3031019f22a38
Octal14414127760610313625270
Binary110010011000011011111111000011000101100111110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6461BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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