Html Css Color HEX #645AB2 Blue Marguerite

📋 copy color: '#645AB2'

red 100 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #645AB2

Tints of Blue Marguerite #645AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 27.17%
G = 24.46%
B = 48.37%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#645AB2 (or 0x645AB2) is known color: Blue Marguerite. HEX triplet: 64, 5A and B2. RGB value is (100,90,178). Sum of RGB (Red+Green+Blue) = 100+90+178=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #645AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645AB2 is #9BA54D. Grayscale: #666666. Windows color (decimal): -10200398 or 11688548. OLE color: 11688548.

HSL color Cylindrical-coordinate representation of color #645AB2: hue angle of 246.82º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #645AB2 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 90 178 -
CMYK 0.44 0.49 0 0.30
HSL 246.82º 0.36% 0.53% -
HSV(B) 246.82º 0.49% 0.7% -
XYZ 16.95 13.24 43.78 -
YUV 103.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 100 90 178 0.44 0.49 0 0.30 246.82 0.36 0.53
Hex 64 5A B2 2C 31 0 1E F7 24 35
Octal 144 132 262 54 61 0 36 367 44 65
Binary 1100100 1011010 10110010 101100 110001 0 11110 11110111 100100 110101

Color Harmonies of #645AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AB2

Black with #645AB2

Text Example


Text Example

White with #645AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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