Html Css Color HEX #614DA1 Blue Marguerite

📋 copy color: '#614DA1'

red 97 ◦ green 77 ◦ blue 161

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

Shades of Blue Marguerite #614DA1

Tints of Blue Marguerite #614DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 48.06%

R = 28.96%
G = 22.99%
B = 48.06%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#614DA1 (or 0x614DA1) is known color: Blue Marguerite. HEX triplet: 61, 4D and A1. RGB value is (97,77,161). Sum of RGB (Red+Green+Blue) = 97+77+161=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #614DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DA1 is #9EB25E. Grayscale: #5C5C5C. Windows color (decimal): -10400351 or 10571105. OLE color: 10571105.

HSL color Cylindrical-coordinate representation of color #614DA1: hue angle of 254.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614DA1 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 77 161 -
CMYK 0.40 0.52 0 0.37
HSL 254.29º 0.35% 0.47% -
HSV(B) 254.29º 0.52% 0.63% -
XYZ 14.02 10.42 34.99 -
YUV 92.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 97 77 161 0.40 0.52 0 0.37 254.29 0.35 0.47
Hex 61 4D A1 28 34 0 25 FE 23 2F
Octal 141 115 241 50 64 0 45 376 43 57
Binary 1100001 1001101 10100001 101000 110100 0 100101 11111110 100011 101111

Color Harmonies of #614DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DA1

Black with #614DA1

Text Example


Text Example

White with #614DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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