Html Css Color HEX #614AAD Blue Marguerite

📋 copy color: '#614AAD'

red 97 ◦ green 74 ◦ blue 173

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

Shades of Blue Marguerite #614AAD

Tints of Blue Marguerite #614AAD

RGB

 RED value IS 97 (38.28% from 255) = 28.2%

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 28.2%
G = 21.51%
B = 50.29%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#614AAD (or 0x614AAD) is known color: Blue Marguerite. HEX triplet: 61, 4A and AD. RGB value is (97,74,173). Sum of RGB (Red+Green+Blue) = 97+74+173=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #614AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614AAD is #9EB552. Grayscale: #5B5B5B. Windows color (decimal): -10401107 or 11356769. OLE color: 11356769.

HSL color Cylindrical-coordinate representation of color #614AAD: hue angle of 253.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614AAD is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 74 173 -
CMYK 0.44 0.57 0 0.32
HSL 253.94º 0.4% 0.48% -
HSV(B) 253.94º 0.57% 0.68% -
XYZ 14.92 10.46 40.77 -
YUV 92.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 97 74 173 0.44 0.57 0 0.32 253.94 0.4 0.48
Hex 61 4A AD 2C 39 0 20 FE 28 30
Octal 141 112 255 54 71 0 40 376 50 60
Binary 1100001 1001010 10101101 101100 111001 0 100000 11111110 101000 110000

Color Harmonies of #614AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AAD

Black with #614AAD

Text Example


Text Example

White with #614AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614AAD; }

 p { color: rgb(97,74,173); }

 H1.HeaderClassName
 {
   color: #614AAD;
 }
 .AnyTagClassName
 {
   color: #614AAD;
 }
</style>

background-color css

<style>
 a { background-color: #614AAD; }

 a { background-color: rgb(97,74,173); }

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

border-color css

<style>
 span { border-color: #614AAD; }

 span { border-color: rgb(97,74,173); }

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