Html Css Color HEX #614473 Honey Flower

📋 copy color: '#614473'

red 97 ◦ green 68 ◦ blue 115

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

Shades of Honey Flower #614473

Tints of Honey Flower #614473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 34.64%
G = 24.29%
B = 41.07%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#614473 (or 0x614473) is known color: Honey Flower. HEX triplet: 61, 44 and 73. RGB value is (97,68,115). Sum of RGB (Red+Green+Blue) = 97+68+115=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #614473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614473 is #9EBB8C. Grayscale: #515151. Windows color (decimal): -10402701 or 7554145. OLE color: 7554145.

HSL color Cylindrical-coordinate representation of color #614473: hue angle of 277.02º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614473 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 68 115 -
CMYK 0.16 0.41 0 0.55
HSL 277.02º 0.26% 0.36% -
HSV(B) 277.02º 0.41% 0.45% -
XYZ 10.09 7.91 17.22 -
YUV 82.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 97 68 115 0.16 0.41 0 0.55 277.02 0.26 0.36
Hex 61 44 73 10 29 0 37 115 1A 24
Octal 141 104 163 20 51 0 67 425 32 44
Binary 1100001 1000100 1110011 10000 101001 0 110111 100010101 11010 100100

Color Harmonies of #614473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614473

Black with #614473

Text Example


Text Example

White with #614473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614473; }

 p { color: rgb(97,68,115); }

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

background-color css

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

 a { background-color: rgb(97,68,115); }

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

border-color css

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

 span { border-color: rgb(97,68,115); }

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