Html Css Color HEX #614DB3 Blue Marguerite

📋 copy color: '#614DB3'

red 97 ◦ green 77 ◦ blue 179

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

Shades of Blue Marguerite #614DB3

Tints of Blue Marguerite #614DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.71%

R = 27.48%
G = 21.81%
B = 50.71%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#614DB3 (or 0x614DB3) is known color: Blue Marguerite. HEX triplet: 61, 4D and B3. RGB value is (97,77,179). Sum of RGB (Red+Green+Blue) = 97+77+179=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #614DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DB3 is #9EB24C. Grayscale: #5E5E5E. Windows color (decimal): -10400333 or 11750753. OLE color: 11750753.

HSL color Cylindrical-coordinate representation of color #614DB3: hue angle of 251.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #614DB3 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 77 179 -
CMYK 0.46 0.57 0 0.30
HSL 251.76º 0.4% 0.5% -
HSV(B) 251.76º 0.57% 0.7% -
XYZ 15.72 11.1 43.96 -
YUV 94.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 97 77 179 0.46 0.57 0 0.30 251.76 0.4 0.5
Hex 61 4D B3 2E 39 0 1E FC 28 32
Octal 141 115 263 56 71 0 36 374 50 62
Binary 1100001 1001101 10110011 101110 111001 0 11110 11111100 101000 110010

Color Harmonies of #614DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DB3

Black with #614DB3

Text Example


Text Example

White with #614DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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