#645FA5

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

Shades of Rich Blue #645FA5

Tints of Rich Blue #645FA5

Color information

#645FA5 (or 0x645FA5) is unknown color: approx Rich Blue. HEX triplet: 64, 5F and A5. RGB value is (100,95,165). Sum of RGB (Red+Green+Blue) = 100+95+165=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #645FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645FA5 is #9BA05A. Grayscale: #686868. Windows color (decimal): -10199131 or 10837860. OLE color: 10837860.

HSL color Cylindrical-coordinate representation of color #645FA5: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #645FA5 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10095165-
CMYK0.390.4200.35
HSL244.29º28%50.98%-
HSV(B)244.29º42.42%64.71%-
XYZ16.1413.6137.37-
YUV104.48162.16124.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 165 (64.84% from 255) = 45.83%
R=27.78%
G=26.39%
B=45.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100951650.390.4200.35244.292850.98
Hex645FA5272A023f41c33
Octal14413724547520433643463
Binary110010010111111010010110011110101001000111111010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,165); }

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

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

 a { background-color: rgb(100,95,165); }

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

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

 span { border-color: rgb(100,95,165); }

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