Html Css Color HEX #614AB3 Blue Marguerite

📋 copy color: '#614AB3'

red 97 ◦ green 74 ◦ blue 179

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

Shades of Blue Marguerite #614AB3

Tints of Blue Marguerite #614AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 27.71%
G = 21.14%
B = 51.14%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#614AB3 (or 0x614AB3) is known color: Blue Marguerite. HEX triplet: 61, 4A and B3. RGB value is (97,74,179). Sum of RGB (Red+Green+Blue) = 97+74+179=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #614AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614AB3 is #9EB54C. Grayscale: #5C5C5C. Windows color (decimal): -10401101 or 11749985. OLE color: 11749985.

HSL color Cylindrical-coordinate representation of color #614AB3: hue angle of 253.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614AB3 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 74 179 -
CMYK 0.46 0.59 0 0.30
HSL 253.14º 0.42% 0.5% -
HSV(B) 253.14º 0.59% 0.7% -
XYZ 15.52 10.69 43.89 -
YUV 92.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 97 74 179 0.46 0.59 0 0.30 253.14 0.42 0.5
Hex 61 4A B3 2E 3B 0 1E FD 2A 32
Octal 141 112 263 56 73 0 36 375 52 62
Binary 1100001 1001010 10110011 101110 111011 0 11110 11111101 101010 110010

Color Harmonies of #614AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614AB3

Black with #614AB3

Text Example


Text Example

White with #614AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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