Html Css Color HEX #645DB0 Blue Marguerite

📋 copy color: '#645DB0'

red 100 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #645DB0

Tints of Blue Marguerite #645DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 27.1%
G = 25.2%
B = 47.7%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#645DB0 (or 0x645DB0) is known color: Blue Marguerite. HEX triplet: 64, 5D and B0. RGB value is (100,93,176). Sum of RGB (Red+Green+Blue) = 100+93+176=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #645DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645DB0 is #9BA24F. Grayscale: #686868. Windows color (decimal): -10199632 or 11558244. OLE color: 11558244.

HSL color Cylindrical-coordinate representation of color #645DB0: hue angle of 245.06º degrees, saturation: 0.34, 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 #645DB0 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 93 176 -
CMYK 0.43 0.47 0 0.31
HSL 245.06º 0.34% 0.53% -
HSV(B) 245.06º 0.47% 0.69% -
XYZ 17.01 13.67 42.82 -
YUV 104.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 100 93 176 0.43 0.47 0 0.31 245.06 0.34 0.53
Hex 64 5D B0 2B 2F 0 1F F5 22 35
Octal 144 135 260 53 57 0 37 365 42 65
Binary 1100100 1011101 10110000 101011 101111 0 11111 11110101 100010 110101

Color Harmonies of #645DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DB0

Black with #645DB0

Text Example


Text Example

White with #645DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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