Html Css Color HEX #614ABE Blue Marguerite

📋 copy color: '#614ABE'

red 97 ◦ green 74 ◦ blue 190

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

Shades of Blue Marguerite #614ABE

Tints of Blue Marguerite #614ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

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

R = 26.87%
G = 20.5%
B = 52.63%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#614ABE (or 0x614ABE) is known color: Blue Marguerite. HEX triplet: 61, 4A and BE. RGB value is (97,74,190). Sum of RGB (Red+Green+Blue) = 97+74+190=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #614ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614ABE is #9EB541. Grayscale: #5D5D5D. Windows color (decimal): -10401090 or 12470881. OLE color: 12470881.

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

Color convert

RGB 97 74 190 -
CMYK 0.49 0.61 0 0.25
HSL 251.9º 0.47% 0.52% -
HSV(B) 251.9º 0.61% 0.75% -
XYZ 16.67 11.16 49.99 -
YUV 94.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 97 74 190 0.49 0.61 0 0.25 251.9 0.47 0.52
Hex 61 4A BE 31 3D 0 19 FC 2F 34
Octal 141 112 276 61 75 0 31 374 57 64
Binary 1100001 1001010 10111110 110001 111101 0 11001 11111100 101111 110100

Color Harmonies of #614ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614ABE

Black with #614ABE

Text Example


Text Example

White with #614ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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