#645FC6

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

Shades of Slate Blue #645FC6

Tints of Slate Blue #645FC6

Color information

#645FC6 (or 0x645FC6) is unknown color: approx Slate Blue. HEX triplet: 64, 5F and C6. RGB value is (100,95,198). Sum of RGB (Red+Green+Blue) = 100+95+198=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #645FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FC6 is #9BA039. Grayscale: #6B6B6B. Windows color (decimal): -10199098 or 13000548. OLE color: 13000548.

HSL color Cylindrical-coordinate representation of color #645FC6: hue angle of 242.91º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #645FC6 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10095198-
CMYK0.490.5200.22
HSL242.91º47.47%57.45%-
HSV(B)242.91º52.02%77.65%-
XYZ19.5414.9755.29-
YUV108.24178.66122.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=25.45%
G=24.17%
B=50.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100951980.490.5200.22242.9147.4757.45
Hex645FC63134016f32f39
Octal14413730661640263635771
Binary110010010111111100011011000111010001011011110011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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