Html Css Color HEX #614AAC Blue Marguerite

📋 copy color: '#614AAC'

red 97 ◦ green 74 ◦ blue 172

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

Shades of Blue Marguerite #614AAC

Tints of Blue Marguerite #614AAC

RGB

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

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

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

R = 28.28%
G = 21.57%
B = 50.15%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#614AAC (or 0x614AAC) is known color: Blue Marguerite. HEX triplet: 61, 4A and AC. RGB value is (97,74,172). Sum of RGB (Red+Green+Blue) = 97+74+172=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #614AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614AAC is #9EB553. Grayscale: #5B5B5B. Windows color (decimal): -10401108 or 11291233. OLE color: 11291233.

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

Color convert

RGB 97 74 172 -
CMYK 0.44 0.57 0 0.33
HSL 254.08º 0.4% 0.48% -
HSV(B) 254.08º 0.57% 0.67% -
XYZ 14.82 10.42 40.26 -
YUV 92.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 97 74 172 0.44 0.57 0 0.33 254.08 0.4 0.48
Hex 61 4A AC 2C 39 0 21 FE 28 30
Octal 141 112 254 54 71 0 41 376 50 60
Binary 1100001 1001010 10101100 101100 111001 0 100001 11111110 101000 110000

Color Harmonies of #614AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AAC

Black with #614AAC

Text Example


Text Example

White with #614AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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