Html Css Color HEX #645BAE Blue Marguerite

📋 copy color: '#645BAE'

red 100 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #645BAE

Tints of Blue Marguerite #645BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 27.4%
G = 24.93%
B = 47.67%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#645BAE (or 0x645BAE) is known color: Blue Marguerite. HEX triplet: 64, 5B and AE. RGB value is (100,91,174). Sum of RGB (Red+Green+Blue) = 100+91+174=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #645BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAE is #9BA451. Grayscale: #666666. Windows color (decimal): -10200146 or 11426660. OLE color: 11426660.

HSL color Cylindrical-coordinate representation of color #645BAE: hue angle of 246.51º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #645BAE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 91 174 -
CMYK 0.43 0.48 0 0.32
HSL 246.51º 0.34% 0.52% -
HSV(B) 246.51º 0.48% 0.68% -
XYZ 16.64 13.25 41.72 -
YUV 103.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 100 91 174 0.43 0.48 0 0.32 246.51 0.34 0.52
Hex 64 5B AE 2B 30 0 20 F7 22 34
Octal 144 133 256 53 60 0 40 367 42 64
Binary 1100100 1011011 10101110 101011 110000 0 100000 11110111 100010 110100

Color Harmonies of #645BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BAE

Black with #645BAE

Text Example


Text Example

White with #645BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,91,174); }

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

background-color css

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

 a { background-color: rgb(100,91,174); }

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

border-color css

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

 span { border-color: rgb(100,91,174); }

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