Html Css Color HEX #645DB5 Blue Marguerite

📋 copy color: '#645DB5'

red 100 ◦ green 93 ◦ blue 181

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

Shades of Blue Marguerite #645DB5

Tints of Blue Marguerite #645DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.4%

R = 26.74%
G = 24.87%
B = 48.4%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#645DB5 (or 0x645DB5) is known color: Blue Marguerite. HEX triplet: 64, 5D and B5. RGB value is (100,93,181). Sum of RGB (Red+Green+Blue) = 100+93+181=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #645DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DB5 is #9BA24A. Grayscale: #686868. Windows color (decimal): -10199627 or 11885924. OLE color: 11885924.

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

Color convert

RGB 100 93 181 -
CMYK 0.45 0.49 0 0.29
HSL 244.77º 0.37% 0.54% -
HSV(B) 244.77º 0.49% 0.71% -
XYZ 17.51 13.87 45.47 -
YUV 105.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 100 93 181 0.45 0.49 0 0.29 244.77 0.37 0.54
Hex 64 5D B5 2D 31 0 1D F5 25 36
Octal 144 135 265 55 61 0 35 365 45 66
Binary 1100100 1011101 10110101 101101 110001 0 11101 11110101 100101 110110

Color Harmonies of #645DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DB5

Black with #645DB5

Text Example


Text Example

White with #645DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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