Html Css Color HEX #614878 Honey Flower

📋 copy color: '#614878'

red 97 ◦ green 72 ◦ blue 120

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

Shades of Honey Flower #614878

Tints of Honey Flower #614878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 120 (47.27% from 255) = 41.52%

R = 33.56%
G = 24.91%
B = 41.52%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614878 (or 0x614878) is known color: Honey Flower. HEX triplet: 61, 48 and 78. RGB value is (97,72,120). Sum of RGB (Red+Green+Blue) = 97+72+120=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 120 - color contains mainly: blue. Hex color #614878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614878 is #9EB787. Grayscale: #545454. Windows color (decimal): -10401672 or 7882849. OLE color: 7882849.

HSL color Cylindrical-coordinate representation of color #614878: hue angle of 271.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #614878 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 72 120 -
CMYK 0.19 0.40 0 0.53
HSL 271.25º 0.25% 0.38% -
HSV(B) 271.25º 0.4% 0.47% -
XYZ 10.64 8.53 18.86 -
YUV 84.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 97 72 120 0.19 0.40 0 0.53 271.25 0.25 0.38
Hex 61 48 78 13 28 0 35 10F 19 26
Octal 141 110 170 23 50 0 65 417 31 46
Binary 1100001 1001000 1111000 10011 101000 0 110101 100001111 11001 100110

Color Harmonies of #614878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614878

Black with #614878

Text Example


Text Example

White with #614878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614878; }

 p { color: rgb(97,72,120); }

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

background-color css

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

 a { background-color: rgb(97,72,120); }

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

border-color css

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

 span { border-color: rgb(97,72,120); }

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