#645FC9

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

Shades of Slate Blue #645FC9

Tints of Slate Blue #645FC9

Color information

#645FC9 (or 0x645FC9) is unknown color: approx Slate Blue. HEX triplet: 64, 5F and C9. RGB value is (100,95,201). Sum of RGB (Red+Green+Blue) = 100+95+201=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #645FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FC9 is #9BA036. Grayscale: #6C6C6C. Windows color (decimal): -10199095 or 13197156. OLE color: 13197156.

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

Color convert

RGB10095201-
CMYK0.500.5300.21
HSL242.83º49.53%58.04%-
HSV(B)242.83º52.74%78.82%-
XYZ19.8915.1157.13-
YUV108.58180.16121.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 95 (37.5% from 255) = 23.99%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=25.25%
G=23.99%
B=50.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100952010.500.5300.21242.8349.5358.04
Hex645FC93235015f3323a
Octal14413731162650253636272
Binary110010010111111100100111001011010101010111110011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645FC9; }

 p { color: rgb(100,95,201); }

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

<style>
 a { background-color: #645FC9; }

 a { background-color: rgb(100,95,201); }

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

<style>
 span { border-color: #645FC9; }

 span { border-color: rgb(100,95,201); }

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