Html Css Color HEX #614ABA Blue Marguerite

📋 copy color: '#614ABA'

red 97 ◦ green 74 ◦ blue 186

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

Shades of Blue Marguerite #614ABA

Tints of Blue Marguerite #614ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 27.17%
G = 20.73%
B = 52.1%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#614ABA (or 0x614ABA) is known color: Blue Marguerite. HEX triplet: 61, 4A and BA. RGB value is (97,74,186). Sum of RGB (Red+Green+Blue) = 97+74+186=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #614ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ABA is #9EB545. Grayscale: #5D5D5D. Windows color (decimal): -10401094 or 12208737. OLE color: 12208737.

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

Color convert

RGB 97 74 186 -
CMYK 0.48 0.60 0 0.27
HSL 252.32º 0.45% 0.51% -
HSV(B) 252.32º 0.6% 0.73% -
XYZ 16.24 10.98 47.72 -
YUV 93.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 97 74 186 0.48 0.60 0 0.27 252.32 0.45 0.51
Hex 61 4A BA 30 3C 0 1B FC 2D 33
Octal 141 112 272 60 74 0 33 374 55 63
Binary 1100001 1001010 10111010 110000 111100 0 11011 11111100 101101 110011

Color Harmonies of #614ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ABA

Black with #614ABA

Text Example


Text Example

White with #614ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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