Html Css Color HEX #614BBA Blue Marguerite

📋 copy color: '#614BBA'

red 97 ◦ green 75 ◦ blue 186

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

Shades of Blue Marguerite #614BBA

Tints of Blue Marguerite #614BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.95%

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

R = 27.09%
G = 20.95%
B = 51.96%

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

#614BBA (or 0x614BBA) is known color: Blue Marguerite. HEX triplet: 61, 4B and BA. RGB value is (97,75,186). Sum of RGB (Red+Green+Blue) = 97+75+186=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #614BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BBA is #9EB445. Grayscale: #5D5D5D. Windows color (decimal): -10400838 or 12208993. OLE color: 12208993.

HSL color Cylindrical-coordinate representation of color #614BBA: hue angle of 251.89º 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 #614BBA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 75 186 -
CMYK 0.48 0.60 0 0.27
HSL 251.89º 0.45% 0.51% -
HSV(B) 251.89º 0.6% 0.73% -
XYZ 16.31 11.12 47.74 -
YUV 94.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 97 75 186 0.48 0.60 0 0.27 251.89 0.45 0.51
Hex 61 4B BA 30 3C 0 1B FC 2D 33
Octal 141 113 272 60 74 0 33 374 55 63
Binary 1100001 1001011 10111010 110000 111100 0 11011 11111100 101101 110011

Color Harmonies of #614BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BBA

Black with #614BBA

Text Example


Text Example

White with #614BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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