Html Css Color HEX #645AAB Blue Marguerite

📋 copy color: '#645AAB'

red 100 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #645AAB

Tints of Blue Marguerite #645AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 27.7%
G = 24.93%
B = 47.37%

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

#645AAB (or 0x645AAB) is known color: Blue Marguerite. HEX triplet: 64, 5A and AB. RGB value is (100,90,171). Sum of RGB (Red+Green+Blue) = 100+90+171=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #645AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AAB is #9BA554. Grayscale: #656565. Windows color (decimal): -10200405 or 11229796. OLE color: 11229796.

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

Color convert

RGB 100 90 171 -
CMYK 0.42 0.47 0 0.33
HSL 247.41º 0.33% 0.51% -
HSV(B) 247.41º 0.47% 0.67% -
XYZ 16.26 12.96 40.17 -
YUV 102.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 100 90 171 0.42 0.47 0 0.33 247.41 0.33 0.51
Hex 64 5A AB 2A 2F 0 21 F7 21 33
Octal 144 132 253 52 57 0 41 367 41 63
Binary 1100100 1011010 10101011 101010 101111 0 100001 11110111 100001 110011

Color Harmonies of #645AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AAB

Black with #645AAB

Text Example


Text Example

White with #645AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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