Html Css Color HEX #614077 Honey Flower

📋 copy color: '#614077'

red 97 ◦ green 64 ◦ blue 119

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

Shades of Honey Flower #614077

Tints of Honey Flower #614077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 34.64%
G = 22.86%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614077 (or 0x614077) is known color: Honey Flower. HEX triplet: 61, 40 and 77. RGB value is (97,64,119). Sum of RGB (Red+Green+Blue) = 97+64+119=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #614077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614077 is #9EBF88. Grayscale: #4F4F4F. Windows color (decimal): -10403721 or 7815265. OLE color: 7815265.

HSL color Cylindrical-coordinate representation of color #614077: hue angle of 276º 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 #614077 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 64 119 -
CMYK 0.18 0.46 0 0.53
HSL 276º 0.3% 0.36% -
HSV(B) 276º 0.46% 0.47% -
XYZ 10.09 7.54 18.38 -
YUV 80.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 97 64 119 0.18 0.46 0 0.53 276 0.3 0.36
Hex 61 40 77 12 2E 0 35 114 1E 24
Octal 141 100 167 22 56 0 65 424 36 44
Binary 1100001 1000000 1110111 10010 101110 0 110101 100010100 11110 100100

Color Harmonies of #614077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614077

Black with #614077

Text Example


Text Example

White with #614077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614077; }

 p { color: rgb(97,64,119); }

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

background-color css

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

 a { background-color: rgb(97,64,119); }

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

border-color css

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

 span { border-color: rgb(97,64,119); }

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