Html Css Color HEX #645CAB Blue Marguerite

📋 copy color: '#645CAB'

red 100 ◦ green 92 ◦ blue 171

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

Shades of Blue Marguerite #645CAB

Tints of Blue Marguerite #645CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 27.55%
G = 25.34%
B = 47.11%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#645CAB (or 0x645CAB) is known color: Blue Marguerite. HEX triplet: 64, 5C and AB. RGB value is (100,92,171). Sum of RGB (Red+Green+Blue) = 100+92+171=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #645CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645CAB is #9BA354. Grayscale: #676767. Windows color (decimal): -10199893 or 11230308. OLE color: 11230308.

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

Color convert

RGB 100 92 171 -
CMYK 0.42 0.46 0 0.33
HSL 246.08º 0.32% 0.52% -
HSV(B) 246.08º 0.46% 0.67% -
XYZ 16.43 13.3 40.23 -
YUV 103.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 100 92 171 0.42 0.46 0 0.33 246.08 0.32 0.52
Hex 64 5C AB 2A 2E 0 21 F6 20 34
Octal 144 134 253 52 56 0 41 366 40 64
Binary 1100100 1011100 10101011 101010 101110 0 100001 11110110 100000 110100

Color Harmonies of #645CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645CAB

Black with #645CAB

Text Example


Text Example

White with #645CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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