Html Css Color HEX #614CBB Blue Marguerite

📋 copy color: '#614CBB'

red 97 ◦ green 76 ◦ blue 187

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

Shades of Blue Marguerite #614CBB

Tints of Blue Marguerite #614CBB

RGB

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

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

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

R = 26.94%
G = 21.11%
B = 51.94%

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

#614CBB (or 0x614CBB) is known color: Blue Marguerite. HEX triplet: 61, 4C and BB. RGB value is (97,76,187). Sum of RGB (Red+Green+Blue) = 97+76+187=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #614CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CBB is #9EB344. Grayscale: #5E5E5E. Windows color (decimal): -10400581 or 12274785. OLE color: 12274785.

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

Color convert

RGB 97 76 187 -
CMYK 0.48 0.59 0 0.27
HSL 251.35º 0.45% 0.52% -
HSV(B) 251.35º 0.59% 0.73% -
XYZ 16.48 11.3 48.33 -
YUV 94.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 97 76 187 0.48 0.59 0 0.27 251.35 0.45 0.52
Hex 61 4C BB 30 3B 0 1B FB 2D 34
Octal 141 114 273 60 73 0 33 373 55 64
Binary 1100001 1001100 10111011 110000 111011 0 11011 11111011 101101 110100

Color Harmonies of #614CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CBB

Black with #614CBB

Text Example


Text Example

White with #614CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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