#645FCF

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

Shades of Slate Blue #645FCF

Tints of Slate Blue #645FCF

Color information

#645FCF (or 0x645FCF) is unknown color: approx Slate Blue. HEX triplet: 64, 5F and CF. RGB value is (100,95,207). Sum of RGB (Red+Green+Blue) = 100+95+207=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #645FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645FCF is #9BA030. Grayscale: #6C6C6C. Windows color (decimal): -10199089 or 13590372. OLE color: 13590372.

HSL color Cylindrical-coordinate representation of color #645FCF: hue angle of 242.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645FCF is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10095207-
CMYK0.520.5400.19
HSL242.68º53.85%59.22%-
HSV(B)242.68º54.11%81.18%-
XYZ20.6115.460.92-
YUV109.26183.16121.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.88%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 207 (81.25% from 255) = 51.49%
R=24.88%
G=23.63%
B=51.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal100952070.520.5400.19242.6853.8559.22
Hex645FCF3436013f3363b
Octal14413731764660233636673
Binary110010010111111100111111010011011001001111110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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