Html Css Color HEX #645AB3 Blue Marguerite

📋 copy color: '#645AB3'

red 100 ◦ green 90 ◦ blue 179

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

Shades of Blue Marguerite #645AB3

Tints of Blue Marguerite #645AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 27.1%
G = 24.39%
B = 48.51%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#645AB3 (or 0x645AB3) is known color: Blue Marguerite. HEX triplet: 64, 5A and B3. RGB value is (100,90,179). Sum of RGB (Red+Green+Blue) = 100+90+179=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #645AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645AB3 is #9BA54C. Grayscale: #666666. Windows color (decimal): -10200397 or 11754084. OLE color: 11754084.

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

Color convert

RGB 100 90 179 -
CMYK 0.44 0.50 0 0.30
HSL 246.74º 0.37% 0.53% -
HSV(B) 246.74º 0.5% 0.7% -
XYZ 17.05 13.28 44.31 -
YUV 103.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 100 90 179 0.44 0.50 0 0.30 246.74 0.37 0.53
Hex 64 5A B3 2C 32 0 1E F7 25 35
Octal 144 132 263 54 62 0 36 367 45 65
Binary 1100100 1011010 10110011 101100 110010 0 11110 11110111 100101 110101

Color Harmonies of #645AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AB3

Black with #645AB3

Text Example


Text Example

White with #645AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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