#6561BF

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

Shades of Slate Blue #6561BF

Tints of Slate Blue #6561BF

Color information

#6561BF (or 0x6561BF) is unknown color: approx Slate Blue. HEX triplet: 65, 61 and BF. RGB value is (101,97,191). Sum of RGB (Red+Green+Blue) = 101+97+191=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #6561BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561BF is #9A9E40. Grayscale: #6C6C6C. Windows color (decimal): -10133057 or 12542309. OLE color: 12542309.

HSL color Cylindrical-coordinate representation of color #6561BF: hue angle of 242.55º 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 #6561BF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10197191-
CMYK0.470.4900.25
HSL242.55º42.34%56.47%-
HSV(B)242.55º49.21%74.9%-
XYZ19.0515.0851.2-
YUV108.91174.33122.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 191 (75% from 255) = 49.10%
R=25.96%
G=24.94%
B=49.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101971910.470.4900.25242.5542.3456.47
Hex6561BF2F31019f32a38
Octal14514127757610313635270
Binary110010111000011011111110111111000101100111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6561BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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