Html Css Color HEX #645BBA Blue Marguerite

📋 copy color: '#645BBA'

red 100 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #645BBA

Tints of Blue Marguerite #645BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 26.53%
G = 24.14%
B = 49.34%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#645BBA (or 0x645BBA) is known color: Blue Marguerite. HEX triplet: 64, 5B and BA. RGB value is (100,91,186). Sum of RGB (Red+Green+Blue) = 100+91+186=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #645BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BBA is #9BA445. Grayscale: #686868. Windows color (decimal): -10200134 or 12213092. OLE color: 12213092.

HSL color Cylindrical-coordinate representation of color #645BBA: hue angle of 245.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645BBA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 91 186 -
CMYK 0.46 0.51 0 0.27
HSL 245.68º 0.41% 0.54% -
HSV(B) 245.68º 0.51% 0.73% -
XYZ 17.86 13.74 48.16 -
YUV 104.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 100 91 186 0.46 0.51 0 0.27 245.68 0.41 0.54
Hex 64 5B BA 2E 33 0 1B F6 29 36
Octal 144 133 272 56 63 0 33 366 51 66
Binary 1100100 1011011 10111010 101110 110011 0 11011 11110110 101001 110110

Color Harmonies of #645BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BBA

Black with #645BBA

Text Example


Text Example

White with #645BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,91,186); }

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

background-color css

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

 a { background-color: rgb(100,91,186); }

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

border-color css

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

 span { border-color: rgb(100,91,186); }

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