Html Css Color HEX #645DB4 Blue Marguerite

📋 copy color: '#645DB4'

red 100 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #645DB4

Tints of Blue Marguerite #645DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.26%

R = 26.81%
G = 24.93%
B = 48.26%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#645DB4 (or 0x645DB4) is known color: Blue Marguerite. HEX triplet: 64, 5D and B4. RGB value is (100,93,180). Sum of RGB (Red+Green+Blue) = 100+93+180=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #645DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DB4 is #9BA24B. Grayscale: #686868. Windows color (decimal): -10199628 or 11820388. OLE color: 11820388.

HSL color Cylindrical-coordinate representation of color #645DB4: hue angle of 244.83º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #645DB4 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 93 180 -
CMYK 0.44 0.48 0 0.29
HSL 244.83º 0.37% 0.54% -
HSV(B) 244.83º 0.48% 0.71% -
XYZ 17.41 13.83 44.93 -
YUV 105.01 170.32 124.43 -
System Red Green Blue C M Y K H S L
Decimal 100 93 180 0.44 0.48 0 0.29 244.83 0.37 0.54
Hex 64 5D B4 2C 30 0 1D F5 25 36
Octal 144 135 264 54 60 0 35 365 45 66
Binary 1100100 1011101 10110100 101100 110000 0 11101 11110101 100101 110110

Color Harmonies of #645DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DB4

Black with #645DB4

Text Example


Text Example

White with #645DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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