Html Css Color HEX #645BAC Blue Marguerite

📋 copy color: '#645BAC'

red 100 ◦ green 91 ◦ blue 172

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

Shades of Blue Marguerite #645BAC

Tints of Blue Marguerite #645BAC

RGB

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

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

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

R = 27.55%
G = 25.07%
B = 47.38%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#645BAC (or 0x645BAC) is known color: Blue Marguerite. HEX triplet: 64, 5B and AC. RGB value is (100,91,172). Sum of RGB (Red+Green+Blue) = 100+91+172=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #645BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAC is #9BA453. Grayscale: #666666. Windows color (decimal): -10200148 or 11295588. OLE color: 11295588.

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

Color convert

RGB 100 91 172 -
CMYK 0.42 0.47 0 0.33
HSL 246.67º 0.33% 0.52% -
HSV(B) 246.67º 0.47% 0.67% -
XYZ 16.44 13.17 40.71 -
YUV 102.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 100 91 172 0.42 0.47 0 0.33 246.67 0.33 0.52
Hex 64 5B AC 2A 2F 0 21 F7 21 34
Octal 144 133 254 52 57 0 41 367 41 64
Binary 1100100 1011011 10101100 101010 101111 0 100001 11110111 100001 110100

Color Harmonies of #645BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BAC

Black with #645BAC

Text Example


Text Example

White with #645BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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