#645CA9

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

Shades of Blue Marguerite #645CA9

Tints of Blue Marguerite #645CA9

Color information

#645CA9 (or 0x645CA9) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5C and A9. RGB value is (100,92,169). Sum of RGB (Red+Green+Blue) = 100+92+169=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #645CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CA9 is #9BA356. Grayscale: #666666. Windows color (decimal): -10199895 or 11099236. OLE color: 11099236.

HSL color Cylindrical-coordinate representation of color #645CA9: hue angle of 246.23º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #645CA9 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10092169-
CMYK0.410.4600.34
HSL246.23º30.92%51.18%-
HSV(B)246.23º45.56%66.27%-
XYZ16.2413.2339.23-
YUV103.17165.15125.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 169 (66.41% from 255) = 46.81%
R=27.70%
G=25.48%
B=46.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100921690.410.4600.34246.2330.9251.18
Hex645CA9292E022f61f33
Octal14413425151560423663763
Binary110010010111001010100110100110111001000101111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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