#645CAA

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

Shades of Blue Marguerite #645CAA

Tints of Blue Marguerite #645CAA

Color information

#645CAA (or 0x645CAA) is unknown color: approx Blue Marguerite. HEX triplet: 64, 5C and AA. RGB value is (100,92,170). Sum of RGB (Red+Green+Blue) = 100+92+170=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #645CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CAA is #9BA355. Grayscale: #666666. Windows color (decimal): -10199894 or 11164772. OLE color: 11164772.

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

Color convert

RGB10092170-
CMYK0.410.4600.33
HSL246.15º31.45%51.37%-
HSV(B)246.15º45.88%66.67%-
XYZ16.3413.2739.73-
YUV103.28165.65125.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=27.62%
G=25.41%
B=46.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100921700.410.4600.33246.1531.4551.37
Hex645CAA292E021f61f33
Octal14413425251560413663763
Binary110010010111001010101010100110111001000011111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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