Html Css Color HEX #614DB9 Blue Marguerite

📋 copy color: '#614DB9'

red 97 ◦ green 77 ◦ blue 185

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

Shades of Blue Marguerite #614DB9

Tints of Blue Marguerite #614DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.53%

R = 27.02%
G = 21.45%
B = 51.53%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#614DB9 (or 0x614DB9) is known color: Blue Marguerite. HEX triplet: 61, 4D and B9. RGB value is (97,77,185). Sum of RGB (Red+Green+Blue) = 97+77+185=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #614DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DB9 is #9EB246. Grayscale: #5E5E5E. Windows color (decimal): -10400327 or 12143969. OLE color: 12143969.

HSL color Cylindrical-coordinate representation of color #614DB9: hue angle of 251.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #614DB9 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 77 185 -
CMYK 0.48 0.58 0 0.27
HSL 251.11º 0.44% 0.51% -
HSV(B) 251.11º 0.58% 0.73% -
XYZ 16.34 11.35 47.23 -
YUV 95.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 97 77 185 0.48 0.58 0 0.27 251.11 0.44 0.51
Hex 61 4D B9 30 3A 0 1B FB 2C 33
Octal 141 115 271 60 72 0 33 373 54 63
Binary 1100001 1001101 10111001 110000 111010 0 11011 11111011 101100 110011

Color Harmonies of #614DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DB9

Black with #614DB9

Text Example


Text Example

White with #614DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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