#645CDF

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

Shades of Slate Blue #645CDF

Tints of Slate Blue #645CDF

Color information

#645CDF (or 0x645CDF) is unknown color: approx Slate Blue. HEX triplet: 64, 5C and DF. RGB value is (100,92,223). Sum of RGB (Red+Green+Blue) = 100+92+223=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #645CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDF is #9BA320. Grayscale: #6C6C6C. Windows color (decimal): -10199841 or 14638180. OLE color: 14638180.

HSL color Cylindrical-coordinate representation of color #645CDF: hue angle of 243.66º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645CDF is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10092223-
CMYK0.550.5900.13
HSL243.66º67.18%61.76%-
HSV(B)243.66º58.74%87.45%-
XYZ22.415.6971.66-
YUV109.33192.15121.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 92 (36.33% from 255) = 22.17%
BLUE value IS 223 (87.5% from 255) = 53.73%
R=24.10%
G=22.17%
B=53.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100922230.550.5900.13243.6667.1861.76
Hex645CDF373B0Df4433e
Octal144134337677301536410376
Binary110010010111001101111111011111101101101111101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,223); }

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

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

 a { background-color: rgb(100,92,223); }

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

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

 span { border-color: rgb(100,92,223); }

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