Html Css Color HEX #645EAB Blue Marguerite

📋 copy color: '#645EAB'

red 100 ◦ green 94 ◦ blue 171

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

Shades of Blue Marguerite #645EAB

Tints of Blue Marguerite #645EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 27.4%
G = 25.75%
B = 46.85%

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

#645EAB (or 0x645EAB) is known color: Blue Marguerite. HEX triplet: 64, 5E and AB. RGB value is (100,94,171). Sum of RGB (Red+Green+Blue) = 100+94+171=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #645EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645EAB is #9BA154. Grayscale: #686868. Windows color (decimal): -10199381 or 11230820. OLE color: 11230820.

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

Color convert

RGB 100 94 171 -
CMYK 0.42 0.45 0 0.33
HSL 244.68º 0.31% 0.52% -
HSV(B) 244.68º 0.45% 0.67% -
XYZ 16.61 13.66 40.29 -
YUV 104.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 100 94 171 0.42 0.45 0 0.33 244.68 0.31 0.52
Hex 64 5E AB 2A 2D 0 21 F5 1F 34
Octal 144 136 253 52 55 0 41 365 37 64
Binary 1100100 1011110 10101011 101010 101101 0 100001 11110101 11111 110100

Color Harmonies of #645EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645EAB

Black with #645EAB

Text Example


Text Example

White with #645EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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