Html Css Color HEX #614178 Honey Flower

📋 copy color: '#614178'

red 97 ◦ green 65 ◦ blue 120

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

Shades of Honey Flower #614178

Tints of Honey Flower #614178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.05%

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

R = 34.4%
G = 23.05%
B = 42.55%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614178 (or 0x614178) is known color: Honey Flower. HEX triplet: 61, 41 and 78. RGB value is (97,65,120). Sum of RGB (Red+Green+Blue) = 97+65+120=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #614178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614178 is #9EBE87. Grayscale: #505050. Windows color (decimal): -10403464 or 7881057. OLE color: 7881057.

HSL color Cylindrical-coordinate representation of color #614178: hue angle of 274.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614178 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 65 120 -
CMYK 0.19 0.46 0 0.53
HSL 274.91º 0.3% 0.36% -
HSV(B) 274.91º 0.46% 0.47% -
XYZ 10.21 7.68 18.71 -
YUV 80.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 97 65 120 0.19 0.46 0 0.53 274.91 0.3 0.36
Hex 61 41 78 13 2E 0 35 113 1E 24
Octal 141 101 170 23 56 0 65 423 36 44
Binary 1100001 1000001 1111000 10011 101110 0 110101 100010011 11110 100100

Color Harmonies of #614178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614178

Black with #614178

Text Example


Text Example

White with #614178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614178; }

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

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

background-color css

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

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

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

border-color css

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

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

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