Html Css Color HEX #645CAC Blue Marguerite

📋 copy color: '#645CAC'

red 100 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #645CAC

Tints of Blue Marguerite #645CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 27.47%
G = 25.27%
B = 47.25%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#645CAC (or 0x645CAC) is known color: Blue Marguerite. HEX triplet: 64, 5C and AC. RGB value is (100,92,172). Sum of RGB (Red+Green+Blue) = 100+92+172=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #645CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CAC is #9BA353. Grayscale: #676767. Windows color (decimal): -10199892 or 11295844. OLE color: 11295844.

HSL color Cylindrical-coordinate representation of color #645CAC: hue angle of 246º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #645CAC is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 92 172 -
CMYK 0.42 0.47 0 0.33
HSL 246º 0.33% 0.52% -
HSV(B) 246º 0.47% 0.67% -
XYZ 16.53 13.34 40.73 -
YUV 103.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 100 92 172 0.42 0.47 0 0.33 246 0.33 0.52
Hex 64 5C AC 2A 2F 0 21 F6 21 34
Octal 144 134 254 52 57 0 41 366 41 64
Binary 1100100 1011100 10101100 101010 101111 0 100001 11110110 100001 110100

Color Harmonies of #645CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CAC

Black with #645CAC

Text Example


Text Example

White with #645CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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