Html Css Color HEX #645DB2 Blue Marguerite

📋 copy color: '#645DB2'

red 100 ◦ green 93 ◦ blue 178

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

Shades of Blue Marguerite #645DB2

Tints of Blue Marguerite #645DB2

RGB

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

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

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

R = 26.95%
G = 25.07%
B = 47.98%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#645DB2 (or 0x645DB2) is known color: Blue Marguerite. HEX triplet: 64, 5D and B2. RGB value is (100,93,178). Sum of RGB (Red+Green+Blue) = 100+93+178=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #645DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DB2 is #9BA24D. Grayscale: #686868. Windows color (decimal): -10199630 or 11689316. OLE color: 11689316.

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

Color convert

RGB 100 93 178 -
CMYK 0.44 0.48 0 0.30
HSL 244.94º 0.36% 0.53% -
HSV(B) 244.94º 0.48% 0.7% -
XYZ 17.21 13.75 43.87 -
YUV 104.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 100 93 178 0.44 0.48 0 0.30 244.94 0.36 0.53
Hex 64 5D B2 2C 30 0 1E F5 24 35
Octal 144 135 262 54 60 0 36 365 44 65
Binary 1100100 1011101 10110010 101100 110000 0 11110 11110101 100100 110101

Color Harmonies of #645DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DB2

Black with #645DB2

Text Example


Text Example

White with #645DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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