Html Css Color HEX #645AA6 Blue Marguerite

📋 copy color: '#645AA6'

red 100 ◦ green 90 ◦ blue 166

#645AA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #645AA6

Tints of Blue Marguerite #645AA6

RGB

 RED value IS 100 (39.45% from 255) = 28.09%

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 166 (65.23% from 255) = 46.63%

R = 28.09%
G = 25.28%
B = 46.63%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#645AA6 (or 0x645AA6) is known color: Blue Marguerite. HEX triplet: 64, 5A and A6. RGB value is (100,90,166). Sum of RGB (Red+Green+Blue) = 100+90+166=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 166 (65.23% from 255 or 46.63% from 356); Max value from RGB is 166 - color contains mainly: blue. Hex color #645AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AA6 is #9BA559. Grayscale: #656565. Windows color (decimal): -10200410 or 10902116. OLE color: 10902116.

HSL color Cylindrical-coordinate representation of color #645AA6: hue angle of 247.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #645AA6 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 90 166 -
CMYK 0.40 0.46 0 0.35
HSL 247.89º 0.3% 0.5% -
HSV(B) 247.89º 0.46% 0.65% -
XYZ 15.79 12.77 37.71 -
YUV 101.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 100 90 166 0.40 0.46 0 0.35 247.89 0.3 0.5
Hex 64 5A A6 28 2E 0 23 F8 1E 32
Octal 144 132 246 50 56 0 43 370 36 62
Binary 1100100 1011010 10100110 101000 101110 0 100011 11111000 11110 110010

Color Harmonies of #645AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AA6

Black with #645AA6

Text Example


Text Example

White with #645AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,166); }

 H1.HeaderClassName
 {
   color: #645AA6;
 }
 .AnyTagClassName
 {
   color: #645AA6;
 }
</style>

background-color css

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

 a { background-color: rgb(100,90,166); }

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

border-color css

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

 span { border-color: rgb(100,90,166); }

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