Html Css Color HEX #614AB7 Blue Marguerite

📋 copy color: '#614AB7'

red 97 ◦ green 74 ◦ blue 183

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

Shades of Blue Marguerite #614AB7

Tints of Blue Marguerite #614AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.69%

R = 27.4%
G = 20.9%
B = 51.69%

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

#614AB7 (or 0x614AB7) is known color: Blue Marguerite. HEX triplet: 61, 4A and B7. RGB value is (97,74,183). Sum of RGB (Red+Green+Blue) = 97+74+183=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #614AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AB7 is #9EB548. Grayscale: #5C5C5C. Windows color (decimal): -10401097 or 12012129. OLE color: 12012129.

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

Color convert

RGB 97 74 183 -
CMYK 0.47 0.60 0 0.28
HSL 252.66º 0.43% 0.5% -
HSV(B) 252.66º 0.6% 0.72% -
XYZ 15.93 10.86 46.06 -
YUV 93.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 97 74 183 0.47 0.60 0 0.28 252.66 0.43 0.5
Hex 61 4A B7 2F 3C 0 1C FD 2B 32
Octal 141 112 267 57 74 0 34 375 53 62
Binary 1100001 1001010 10110111 101111 111100 0 11100 11111101 101011 110010

Color Harmonies of #614AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AB7

Black with #614AB7

Text Example


Text Example

White with #614AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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