Html Css Color HEX #614AAA Blue Marguerite

📋 copy color: '#614AAA'

red 97 ◦ green 74 ◦ blue 170

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

Shades of Blue Marguerite #614AAA

Tints of Blue Marguerite #614AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 28.45%
G = 21.7%
B = 49.85%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#614AAA (or 0x614AAA) is known color: Blue Marguerite. HEX triplet: 61, 4A and AA. RGB value is (97,74,170). Sum of RGB (Red+Green+Blue) = 97+74+170=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #614AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614AAA is #9EB555. Grayscale: #5B5B5B. Windows color (decimal): -10401110 or 11160161. OLE color: 11160161.

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

Color convert

RGB 97 74 170 -
CMYK 0.43 0.56 0 0.33
HSL 254.38º 0.39% 0.48% -
HSV(B) 254.38º 0.56% 0.67% -
XYZ 14.63 10.34 39.25 -
YUV 91.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 97 74 170 0.43 0.56 0 0.33 254.38 0.39 0.48
Hex 61 4A AA 2B 38 0 21 FE 27 30
Octal 141 112 252 53 70 0 41 376 47 60
Binary 1100001 1001010 10101010 101011 111000 0 100001 11111110 100111 110000

Color Harmonies of #614AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AAA

Black with #614AAA

Text Example


Text Example

White with #614AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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