Html Css Color HEX #645BA6 Blue Marguerite

📋 copy color: '#645BA6'

red 100 ◦ green 91 ◦ blue 166

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

Shades of Blue Marguerite #645BA6

Tints of Blue Marguerite #645BA6

RGB

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

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

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

R = 28.01%
G = 25.49%
B = 46.5%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#645BA6 (or 0x645BA6) is known color: Blue Marguerite. HEX triplet: 64, 5B and A6. RGB value is (100,91,166). Sum of RGB (Red+Green+Blue) = 100+91+166=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 166 - color contains mainly: blue. Hex color #645BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BA6 is #9BA459. Grayscale: #656565. Windows color (decimal): -10200154 or 10902372. OLE color: 10902372.

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

Color convert

RGB 100 91 166 -
CMYK 0.40 0.45 0 0.35
HSL 247.2º 0.3% 0.5% -
HSV(B) 247.2º 0.45% 0.65% -
XYZ 15.88 12.94 37.74 -
YUV 102.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 100 91 166 0.40 0.45 0 0.35 247.2 0.3 0.5
Hex 64 5B A6 28 2D 0 23 F7 1E 32
Octal 144 133 246 50 55 0 43 367 36 62
Binary 1100100 1011011 10100110 101000 101101 0 100011 11110111 11110 110010

Color Harmonies of #645BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BA6

Black with #645BA6

Text Example


Text Example

White with #645BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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