#6545C9

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

Shades of Slate Blue #6545C9

Tints of Slate Blue #6545C9

Color information

#6545C9 (or 0x6545C9) is unknown color: approx Slate Blue. HEX triplet: 65, 45 and C9. RGB value is (101,69,201). Sum of RGB (Red+Green+Blue) = 101+69+201=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #6545C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6545C9 is #9ABA36. Grayscale: #5D5D5D. Windows color (decimal): -10140215 or 13190501. OLE color: 13190501.

HSL color Cylindrical-coordinate representation of color #6545C9: hue angle of 254.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6545C9 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10169201-
CMYK0.500.6600.21
HSL254.55º55%52.94%-
HSV(B)254.55º65.67%78.82%-
XYZ18.0411.2456.48-
YUV93.62188.6133.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 201 (78.91% from 255) = 54.18%
R=27.22%
G=18.60%
B=54.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101692010.500.6600.21254.555552.94
Hex6545C93242015ff3735
Octal145105311621020253776765
Binary1100101100010111001001110010100001001010111111111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6545C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6545C9; }

 p { color: rgb(101,69,201); }

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

<style>
 a { background-color: #6545C9; }

 a { background-color: rgb(101,69,201); }

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

<style>
 span { border-color: #6545C9; }

 span { border-color: rgb(101,69,201); }

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