#645BCC

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

Shades of Slate Blue #645BCC

Tints of Slate Blue #645BCC

Color information

#645BCC (or 0x645BCC) is unknown color: approx Slate Blue. HEX triplet: 64, 5B and CC. RGB value is (100,91,204). Sum of RGB (Red+Green+Blue) = 100+91+204=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #645BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BCC is #9BA433. Grayscale: #6A6A6A. Windows color (decimal): -10200116 or 13392740. OLE color: 13392740.

HSL color Cylindrical-coordinate representation of color #645BCC: hue angle of 244.78º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #645BCC is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10091204-
CMYK0.510.5500.2
HSL244.78º52.56%57.84%-
HSV(B)244.78º55.39%80%-
XYZ19.914.5558.89-
YUV106.57182.98123.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=25.32%
G=23.04%
B=51.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal100912040.510.5500.2244.7852.5657.84
Hex645BCC3337014f5353a
Octal14413331463670243656572
Binary110010010110111100110011001111011101010011110101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,91,204); }

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

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

 a { background-color: rgb(100,91,204); }

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

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

 span { border-color: rgb(100,91,204); }

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