Html Css Color HEX #645CA9 Blue Marguerite

📋 copy color: '#645CA9'

red 100 ◦ green 92 ◦ blue 169

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

Shades of Blue Marguerite #645CA9

Tints of Blue Marguerite #645CA9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 169 (66.41% from 255) = 46.81%

R = 27.7%
G = 25.48%
B = 46.81%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#645CA9 (or 0x645CA9) is known color: Blue Marguerite. HEX triplet: 64, 5C and A9. RGB value is (100,92,169). Sum of RGB (Red+Green+Blue) = 100+92+169=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #645CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CA9 is #9BA356. Grayscale: #666666. Windows color (decimal): -10199895 or 11099236. OLE color: 11099236.

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

Color convert

RGB 100 92 169 -
CMYK 0.41 0.46 0 0.34
HSL 246.23º 0.31% 0.51% -
HSV(B) 246.23º 0.46% 0.66% -
XYZ 16.24 13.23 39.23 -
YUV 103.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 100 92 169 0.41 0.46 0 0.34 246.23 0.31 0.51
Hex 64 5C A9 29 2E 0 22 F6 1F 33
Octal 144 134 251 51 56 0 42 366 37 63
Binary 1100100 1011100 10101001 101001 101110 0 100010 11110110 11111 110011

Color Harmonies of #645CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CA9

Black with #645CA9

Text Example


Text Example

White with #645CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,92,169); }

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

background-color css

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

 a { background-color: rgb(100,92,169); }

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

border-color css

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

 span { border-color: rgb(100,92,169); }

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