Html Css Color HEX #645DB1 Blue Marguerite

📋 copy color: '#645DB1'

red 100 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #645DB1

Tints of Blue Marguerite #645DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 177 (69.53% from 255) = 47.84%

R = 27.03%
G = 25.14%
B = 47.84%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#645DB1 (or 0x645DB1) is known color: Blue Marguerite. HEX triplet: 64, 5D and B1. RGB value is (100,93,177). Sum of RGB (Red+Green+Blue) = 100+93+177=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #645DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DB1 is #9BA24E. Grayscale: #686868. Windows color (decimal): -10199631 or 11623780. OLE color: 11623780.

HSL color Cylindrical-coordinate representation of color #645DB1: hue angle of 245º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645DB1 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 93 177 -
CMYK 0.44 0.47 0 0.31
HSL 245º 0.35% 0.53% -
HSV(B) 245º 0.47% 0.69% -
XYZ 17.11 13.71 43.34 -
YUV 104.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 100 93 177 0.44 0.47 0 0.31 245 0.35 0.53
Hex 64 5D B1 2C 2F 0 1F F5 23 35
Octal 144 135 261 54 57 0 37 365 43 65
Binary 1100100 1011101 10110001 101100 101111 0 11111 11110101 100011 110101

Color Harmonies of #645DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DB1

Black with #645DB1

Text Example


Text Example

White with #645DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,177); }

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

background-color css

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

 a { background-color: rgb(100,93,177); }

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

border-color css

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

 span { border-color: rgb(100,93,177); }

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