Html Css Color HEX #614DB8 Blue Marguerite

📋 copy color: '#614DB8'

red 97 ◦ green 77 ◦ blue 184

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

Shades of Blue Marguerite #614DB8

Tints of Blue Marguerite #614DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 27.09%
G = 21.51%
B = 51.4%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#614DB8 (or 0x614DB8) is known color: Blue Marguerite. HEX triplet: 61, 4D and B8. RGB value is (97,77,184). Sum of RGB (Red+Green+Blue) = 97+77+184=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #614DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DB8 is #9EB247. Grayscale: #5E5E5E. Windows color (decimal): -10400328 or 12078433. OLE color: 12078433.

HSL color Cylindrical-coordinate representation of color #614DB8: hue angle of 251.21º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #614DB8 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 77 184 -
CMYK 0.47 0.58 0 0.28
HSL 251.22º 0.43% 0.51% -
HSV(B) 251.22º 0.58% 0.72% -
XYZ 16.24 11.31 46.67 -
YUV 95.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 97 77 184 0.47 0.58 0 0.28 251.22 0.43 0.51
Hex 61 4D B8 2F 3A 0 1C FB 2B 33
Octal 141 115 270 57 72 0 34 373 53 63
Binary 1100001 1001101 10111000 101111 111010 0 11100 11111011 101011 110011

Color Harmonies of #614DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DB8

Black with #614DB8

Text Example


Text Example

White with #614DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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