Html Css Color HEX #645DAA Blue Marguerite

📋 copy color: '#645DAA'

red 100 ◦ green 93 ◦ blue 170

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

Shades of Blue Marguerite #645DAA

Tints of Blue Marguerite #645DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 27.55%
G = 25.62%
B = 46.83%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#645DAA (or 0x645DAA) is known color: Blue Marguerite. HEX triplet: 64, 5D and AA. RGB value is (100,93,170). Sum of RGB (Red+Green+Blue) = 100+93+170=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #645DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DAA is #9BA255. Grayscale: #676767. Windows color (decimal): -10199638 or 11165028. OLE color: 11165028.

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

Color convert

RGB 100 93 170 -
CMYK 0.41 0.45 0 0.33
HSL 245.45º 0.31% 0.52% -
HSV(B) 245.45º 0.45% 0.67% -
XYZ 16.43 13.44 39.76 -
YUV 103.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 100 93 170 0.41 0.45 0 0.33 245.45 0.31 0.52
Hex 64 5D AA 29 2D 0 21 F5 1F 34
Octal 144 135 252 51 55 0 41 365 37 64
Binary 1100100 1011101 10101010 101001 101101 0 100001 11110101 11111 110100

Color Harmonies of #645DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DAA

Black with #645DAA

Text Example


Text Example

White with #645DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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