Html Css Color HEX #614BBB Blue Marguerite

📋 copy color: '#614BBB'

red 97 ◦ green 75 ◦ blue 187

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

Shades of Blue Marguerite #614BBB

Tints of Blue Marguerite #614BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.09%

R = 27.02%
G = 20.89%
B = 52.09%

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

#614BBB (or 0x614BBB) is known color: Blue Marguerite. HEX triplet: 61, 4B and BB. RGB value is (97,75,187). Sum of RGB (Red+Green+Blue) = 97+75+187=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #614BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614BBB is #9EB444. Grayscale: #5D5D5D. Windows color (decimal): -10400837 or 12274529. OLE color: 12274529.

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

Color convert

RGB 97 75 187 -
CMYK 0.48 0.60 0 0.27
HSL 251.79º 0.45% 0.51% -
HSV(B) 251.79º 0.6% 0.73% -
XYZ 16.42 11.16 48.3 -
YUV 94.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 97 75 187 0.48 0.60 0 0.27 251.79 0.45 0.51
Hex 61 4B BB 30 3C 0 1B FC 2D 33
Octal 141 113 273 60 74 0 33 374 55 63
Binary 1100001 1001011 10111011 110000 111100 0 11011 11111100 101101 110011

Color Harmonies of #614BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614BBB

Black with #614BBB

Text Example


Text Example

White with #614BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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