#645CC1

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

Shades of Slate Blue #645CC1

Tints of Slate Blue #645CC1

Color information

#645CC1 (or 0x645CC1) is unknown color: approx Slate Blue. HEX triplet: 64, 5C and C1. RGB value is (100,92,193). Sum of RGB (Red+Green+Blue) = 100+92+193=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #645CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CC1 is #9BA33E. Grayscale: #696969. Windows color (decimal): -10199871 or 12672100. OLE color: 12672100.

HSL color Cylindrical-coordinate representation of color #645CC1: hue angle of 244.75º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #645CC1 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10092193-
CMYK0.480.5200.24
HSL244.75º44.89%55.88%-
HSV(B)244.75º52.33%75.69%-
XYZ18.7114.2152.21-
YUV105.91177.15123.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 193 (75.78% from 255) = 50.13%
R=25.97%
G=23.90%
B=50.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal100921930.480.5200.24244.7544.8955.88
Hex645CC13034018f52d38
Octal14413430160640303655570
Binary110010010111001100000111000011010001100011110101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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