Html Css Color HEX #645BA7 Blue Marguerite

📋 copy color: '#645BA7'

red 100 ◦ green 91 ◦ blue 167

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

Shades of Blue Marguerite #645BA7

Tints of Blue Marguerite #645BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 27.93%
G = 25.42%
B = 46.65%

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

#645BA7 (or 0x645BA7) is known color: Blue Marguerite. HEX triplet: 64, 5B and A7. RGB value is (100,91,167). Sum of RGB (Red+Green+Blue) = 100+91+167=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #645BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA7 is #9BA458. Grayscale: #666666. Windows color (decimal): -10200153 or 10967908. OLE color: 10967908.

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

Color convert

RGB 100 91 167 -
CMYK 0.40 0.46 0 0.35
HSL 247.11º 0.3% 0.51% -
HSV(B) 247.11º 0.46% 0.65% -
XYZ 15.97 12.98 38.22 -
YUV 102.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 100 91 167 0.40 0.46 0 0.35 247.11 0.3 0.51
Hex 64 5B A7 28 2E 0 23 F7 1E 33
Octal 144 133 247 50 56 0 43 367 36 63
Binary 1100100 1011011 10100111 101000 101110 0 100011 11110111 11110 110011

Color Harmonies of #645BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BA7

Black with #645BA7

Text Example


Text Example

White with #645BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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