Html Css Color HEX #645FAC Blue Marguerite

📋 copy color: '#645FAC'

red 100 ◦ green 95 ◦ blue 172

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

Shades of Blue Marguerite #645FAC

Tints of Blue Marguerite #645FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 27.25%
G = 25.89%
B = 46.87%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#645FAC (or 0x645FAC) is known color: Blue Marguerite. HEX triplet: 64, 5F and AC. RGB value is (100,95,172). Sum of RGB (Red+Green+Blue) = 100+95+172=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #645FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645FAC is #9BA053. Grayscale: #686868. Windows color (decimal): -10199124 or 11296612. OLE color: 11296612.

HSL color Cylindrical-coordinate representation of color #645FAC: hue angle of 243.9º degrees, saturation: 0.32, 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 #645FAC is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 95 172 -
CMYK 0.42 0.45 0 0.33
HSL 243.9º 0.32% 0.52% -
HSV(B) 243.9º 0.45% 0.67% -
XYZ 16.79 13.87 40.82 -
YUV 105.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 100 95 172 0.42 0.45 0 0.33 243.9 0.32 0.52
Hex 64 5F AC 2A 2D 0 21 F4 20 34
Octal 144 137 254 52 55 0 41 364 40 64
Binary 1100100 1011111 10101100 101010 101101 0 100001 11110100 100000 110100

Color Harmonies of #645FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645FAC

Black with #645FAC

Text Example


Text Example

White with #645FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,95,172); }

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

background-color css

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

 a { background-color: rgb(100,95,172); }

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

border-color css

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

 span { border-color: rgb(100,95,172); }

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