Html Css Color HEX #645BAB Blue Marguerite

📋 copy color: '#645BAB'

red 100 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #645BAB

Tints of Blue Marguerite #645BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 27.62%
G = 25.14%
B = 47.24%

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

#645BAB (or 0x645BAB) is known color: Blue Marguerite. HEX triplet: 64, 5B and AB. RGB value is (100,91,171). Sum of RGB (Red+Green+Blue) = 100+91+171=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #645BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645BAB is #9BA454. Grayscale: #666666. Windows color (decimal): -10200149 or 11230052. OLE color: 11230052.

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

Color convert

RGB 100 91 171 -
CMYK 0.42 0.47 0 0.33
HSL 246.75º 0.32% 0.51% -
HSV(B) 246.75º 0.47% 0.67% -
XYZ 16.35 13.13 40.2 -
YUV 102.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 100 91 171 0.42 0.47 0 0.33 246.75 0.32 0.51
Hex 64 5B AB 2A 2F 0 21 F7 20 33
Octal 144 133 253 52 57 0 41 367 40 63
Binary 1100100 1011011 10101011 101010 101111 0 100001 11110111 100000 110011

Color Harmonies of #645BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BAB

Black with #645BAB

Text Example


Text Example

White with #645BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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