Html Css Color HEX #614CA4 Blue Marguerite

📋 copy color: '#614CA4'

red 97 ◦ green 76 ◦ blue 164

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

Shades of Blue Marguerite #614CA4

Tints of Blue Marguerite #614CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.66%

R = 28.78%
G = 22.55%
B = 48.66%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#614CA4 (or 0x614CA4) is known color: Blue Marguerite. HEX triplet: 61, 4C and A4. RGB value is (97,76,164). Sum of RGB (Red+Green+Blue) = 97+76+164=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #614CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614CA4 is #9EB35B. Grayscale: #5B5B5B. Windows color (decimal): -10400604 or 10767457. OLE color: 10767457.

HSL color Cylindrical-coordinate representation of color #614CA4: hue angle of 254.32º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614CA4 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 76 164 -
CMYK 0.41 0.54 0 0.36
HSL 254.32º 0.37% 0.47% -
HSV(B) 254.32º 0.54% 0.64% -
XYZ 14.22 10.39 36.38 -
YUV 92.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 97 76 164 0.41 0.54 0 0.36 254.32 0.37 0.47
Hex 61 4C A4 29 36 0 24 FE 25 2F
Octal 141 114 244 51 66 0 44 376 45 57
Binary 1100001 1001100 10100100 101001 110110 0 100100 11111110 100101 101111

Color Harmonies of #614CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614CA4

Black with #614CA4

Text Example


Text Example

White with #614CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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