Html Css Color HEX #645DB3 Blue Marguerite

📋 copy color: '#645DB3'

red 100 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #645DB3

Tints of Blue Marguerite #645DB3

RGB

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

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

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

R = 26.88%
G = 25%
B = 48.12%

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

#645DB3 (or 0x645DB3) is known color: Blue Marguerite. HEX triplet: 64, 5D and B3. RGB value is (100,93,179). Sum of RGB (Red+Green+Blue) = 100+93+179=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #645DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DB3 is #9BA24C. Grayscale: #686868. Windows color (decimal): -10199629 or 11754852. OLE color: 11754852.

HSL color Cylindrical-coordinate representation of color #645DB3: hue angle of 244.88º 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 #645DB3 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 100 93 179 -
CMYK 0.44 0.48 0 0.30
HSL 244.88º 0.36% 0.53% -
HSV(B) 244.88º 0.48% 0.7% -
XYZ 17.31 13.79 44.4 -
YUV 104.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 100 93 179 0.44 0.48 0 0.30 244.88 0.36 0.53
Hex 64 5D B3 2C 30 0 1E F5 24 35
Octal 144 135 263 54 60 0 36 365 44 65
Binary 1100100 1011101 10110011 101100 110000 0 11110 11110101 100100 110101

Color Harmonies of #645DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DB3

Black with #645DB3

Text Example


Text Example

White with #645DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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