#645ABF

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

Shades of Slate Blue #645ABF

Tints of Slate Blue #645ABF

Color information

#645ABF (or 0x645ABF) is unknown color: approx Slate Blue. HEX triplet: 64, 5A and BF. RGB value is (100,90,191). Sum of RGB (Red+Green+Blue) = 100+90+191=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #645ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ABF is #9BA540. Grayscale: #686868. Windows color (decimal): -10200385 or 12540516. OLE color: 12540516.

HSL color Cylindrical-coordinate representation of color #645ABF: hue angle of 245.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #645ABF is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10090191-
CMYK0.480.5300.25
HSL245.94º44.1%55.1%-
HSV(B)245.94º52.88%74.9%-
XYZ18.3213.7850.99-
YUV104.5176.81124.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 191 (75% from 255) = 50.13%
R=26.25%
G=23.62%
B=50.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100901910.480.5300.25245.9444.155.1
Hex645ABF3035019f62c37
Octal14413227760650313665467
Binary110010010110101011111111000011010101100111110110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,90,191); }

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

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

 a { background-color: rgb(100,90,191); }

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

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

 span { border-color: rgb(100,90,191); }

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