#645EA4

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

Shades of Rich Blue #645EA4

Tints of Rich Blue #645EA4

Color information

#645EA4 (or 0x645EA4) is unknown color: approx Rich Blue. HEX triplet: 64, 5E and A4. RGB value is (100,94,164). Sum of RGB (Red+Green+Blue) = 100+94+164=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #645EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EA4 is #9BA15B. Grayscale: #676767. Windows color (decimal): -10199388 or 10772068. OLE color: 10772068.

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

Color convert

RGB10094164-
CMYK0.390.4300.36
HSL245.14º27.78%50.59%-
HSV(B)245.14º42.68%64.31%-
XYZ15.9613.436.87-
YUV103.77161.99125.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 164 (64.45% from 255) = 45.81%
R=27.93%
G=26.26%
B=45.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100941640.390.4300.36245.1427.7850.59
Hex645EA4272B024f51c33
Octal14413624447530443653463
Binary110010010111101010010010011110101101001001111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,94,164); }

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

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

 a { background-color: rgb(100,94,164); }

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

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

 span { border-color: rgb(100,94,164); }

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