Html Css Color HEX #614AB8 Blue Marguerite

📋 copy color: '#614AB8'

red 97 ◦ green 74 ◦ blue 184

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

Shades of Blue Marguerite #614AB8

Tints of Blue Marguerite #614AB8

RGB

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

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

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

R = 27.32%
G = 20.85%
B = 51.83%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#614AB8 (or 0x614AB8) is known color: Blue Marguerite. HEX triplet: 61, 4A and B8. RGB value is (97,74,184). Sum of RGB (Red+Green+Blue) = 97+74+184=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 184 (72.27% from 255 or 51.83% from 355); Max value from RGB is 184 - color contains mainly: blue. Hex color #614AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AB8 is #9EB547. Grayscale: #5C5C5C. Windows color (decimal): -10401096 or 12077665. OLE color: 12077665.

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

Color convert

RGB 97 74 184 -
CMYK 0.47 0.60 0 0.28
HSL 252.55º 0.44% 0.51% -
HSV(B) 252.55º 0.6% 0.72% -
XYZ 16.03 10.9 46.61 -
YUV 93.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 97 74 184 0.47 0.60 0 0.28 252.55 0.44 0.51
Hex 61 4A B8 2F 3C 0 1C FD 2C 33
Octal 141 112 270 57 74 0 34 375 54 63
Binary 1100001 1001010 10111000 101111 111100 0 11100 11111101 101100 110011

Color Harmonies of #614AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AB8

Black with #614AB8

Text Example


Text Example

White with #614AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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