#645FAA

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

Shades of Blue Marguerite #645FAA

Tints of Blue Marguerite #645FAA

Color information

#645FAA (or 0x645FAA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5F and AA. RGB value is (100,95,170). Sum of RGB (Red+Green+Blue) = 100+95+170=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #645FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645FAA is #9BA055. Grayscale: #686868. Windows color (decimal): -10199126 or 11165540. OLE color: 11165540.

HSL color Cylindrical-coordinate representation of color #645FAA: hue angle of 244º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645FAA is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10095170-
CMYK0.410.4400.33
HSL244º30.61%51.96%-
HSV(B)244º44.12%66.67%-
XYZ16.613.839.82-
YUV105.04164.66124.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=27.40%
G=26.03%
B=46.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100951700.410.4400.3324430.6151.96
Hex645FAA292C021f41f34
Octal14413725251540413643764
Binary110010010111111010101010100110110001000011111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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