Html Css Color HEX #614DAE Blue Marguerite

📋 copy color: '#614DAE'

red 97 ◦ green 77 ◦ blue 174

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

Shades of Blue Marguerite #614DAE

Tints of Blue Marguerite #614DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.13%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 27.87%
G = 22.13%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#614DAE (or 0x614DAE) is known color: Blue Marguerite. HEX triplet: 61, 4D and AE. RGB value is (97,77,174). Sum of RGB (Red+Green+Blue) = 97+77+174=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #614DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DAE is #9EB251. Grayscale: #5D5D5D. Windows color (decimal): -10400338 or 11423073. OLE color: 11423073.

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

Color convert

RGB 97 77 174 -
CMYK 0.44 0.56 0 0.32
HSL 252.37º 0.39% 0.49% -
HSV(B) 252.37º 0.56% 0.68% -
XYZ 15.22 10.91 41.35 -
YUV 94.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 97 77 174 0.44 0.56 0 0.32 252.37 0.39 0.49
Hex 61 4D AE 2C 38 0 20 FC 27 31
Octal 141 115 256 54 70 0 40 374 47 61
Binary 1100001 1001101 10101110 101100 111000 0 100000 11111100 100111 110001

Color Harmonies of #614DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DAE

Black with #614DAE

Text Example


Text Example

White with #614DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,77,174); }

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

background-color css

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

 a { background-color: rgb(97,77,174); }

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

border-color css

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

 span { border-color: rgb(97,77,174); }

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