Html Css Color HEX #614DBE Blue Marguerite

📋 copy color: '#614DBE'

red 97 ◦ green 77 ◦ blue 190

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

Shades of Blue Marguerite #614DBE

Tints of Blue Marguerite #614DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 26.65%
G = 21.15%
B = 52.2%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#614DBE (or 0x614DBE) is known color: Blue Marguerite. HEX triplet: 61, 4D and BE. RGB value is (97,77,190). Sum of RGB (Red+Green+Blue) = 97+77+190=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #614DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614DBE is #9EB241. Grayscale: #5F5F5F. Windows color (decimal): -10400322 or 12471649. OLE color: 12471649.

HSL color Cylindrical-coordinate representation of color #614DBE: hue angle of 250.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614DBE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 77 190 -
CMYK 0.49 0.59 0 0.25
HSL 250.62º 0.47% 0.52% -
HSV(B) 250.62º 0.59% 0.75% -
XYZ 16.88 11.57 50.06 -
YUV 95.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 97 77 190 0.49 0.59 0 0.25 250.62 0.47 0.52
Hex 61 4D BE 31 3B 0 19 FB 2F 34
Octal 141 115 276 61 73 0 31 373 57 64
Binary 1100001 1001101 10111110 110001 111011 0 11001 11111011 101111 110100

Color Harmonies of #614DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614DBE

Black with #614DBE

Text Example


Text Example

White with #614DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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