#645CDE

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

Shades of Slate Blue #645CDE

Tints of Slate Blue #645CDE

Color information

#645CDE (or 0x645CDE) is unknown color: approx Slate Blue. HEX triplet: 64, 5C and DE. RGB value is (100,92,222). Sum of RGB (Red+Green+Blue) = 100+92+222=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #645CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDE is #9BA321. Grayscale: #6C6C6C. Windows color (decimal): -10199842 or 14572644. OLE color: 14572644.

HSL color Cylindrical-coordinate representation of color #645CDE: hue angle of 243.69º degrees, saturation: 0.66, 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 #645CDE is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10092222-
CMYK0.550.5900.13
HSL243.69º66.33%61.57%-
HSV(B)243.69º58.56%87.06%-
XYZ22.2715.6470.95-
YUV109.21191.65121.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=24.15%
G=22.22%
B=53.62%

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
Decimal100922220.550.5900.13243.6966.3361.57
Hex645CDE373B0Df4423e
Octal144134336677301536410276
Binary110010010111001101111011011111101101101111101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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