Html Css Color HEX #614CBA Blue Marguerite

📋 copy color: '#614CBA'

red 97 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #614CBA

Tints of Blue Marguerite #614CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

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

R = 27.02%
G = 21.17%
B = 51.81%

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

#614CBA (or 0x614CBA) is known color: Blue Marguerite. HEX triplet: 61, 4C and BA. RGB value is (97,76,186). Sum of RGB (Red+Green+Blue) = 97+76+186=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #614CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CBA is #9EB345. Grayscale: #5E5E5E. Windows color (decimal): -10400582 or 12209249. OLE color: 12209249.

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

Color convert

RGB 97 76 186 -
CMYK 0.48 0.59 0 0.27
HSL 251.45º 0.44% 0.51% -
HSV(B) 251.45º 0.59% 0.73% -
XYZ 16.38 11.26 47.76 -
YUV 94.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 97 76 186 0.48 0.59 0 0.27 251.45 0.44 0.51
Hex 61 4C BA 30 3B 0 1B FB 2C 33
Octal 141 114 272 60 73 0 33 373 54 63
Binary 1100001 1001100 10111010 110000 111011 0 11011 11111011 101100 110011

Color Harmonies of #614CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CBA

Black with #614CBA

Text Example


Text Example

White with #614CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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