Html Css Color HEX #614DBA Blue Marguerite

📋 copy color: '#614DBA'

red 97 ◦ green 77 ◦ blue 186

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

Shades of Blue Marguerite #614DBA

Tints of Blue Marguerite #614DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

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

R = 26.94%
G = 21.39%
B = 51.67%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#614DBA (or 0x614DBA) is known color: Blue Marguerite. HEX triplet: 61, 4D and BA. RGB value is (97,77,186). Sum of RGB (Red+Green+Blue) = 97+77+186=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #614DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DBA is #9EB245. Grayscale: #5E5E5E. Windows color (decimal): -10400326 or 12209505. OLE color: 12209505.

HSL color Cylindrical-coordinate representation of color #614DBA: hue angle of 251.01º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614DBA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 77 186 -
CMYK 0.48 0.59 0 0.27
HSL 251.01º 0.44% 0.52% -
HSV(B) 251.01º 0.59% 0.73% -
XYZ 16.45 11.39 47.79 -
YUV 95.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 97 77 186 0.48 0.59 0 0.27 251.01 0.44 0.52
Hex 61 4D BA 30 3B 0 1B FB 2C 34
Octal 141 115 272 60 73 0 33 373 54 64
Binary 1100001 1001101 10111010 110000 111011 0 11011 11111011 101100 110100

Color Harmonies of #614DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DBA

Black with #614DBA

Text Example


Text Example

White with #614DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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