Html Css Color HEX #614477 Honey Flower

📋 copy color: '#614477'

red 97 ◦ green 68 ◦ blue 119

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

Shades of Honey Flower #614477

Tints of Honey Flower #614477

RGB

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

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

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

R = 34.15%
G = 23.94%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614477 (or 0x614477) is known color: Honey Flower. HEX triplet: 61, 44 and 77. RGB value is (97,68,119). Sum of RGB (Red+Green+Blue) = 97+68+119=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #614477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614477 is #9EBB88. Grayscale: #525252. Windows color (decimal): -10402697 or 7816289. OLE color: 7816289.

HSL color Cylindrical-coordinate representation of color #614477: hue angle of 274.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614477 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 68 119 -
CMYK 0.18 0.43 0 0.53
HSL 274.12º 0.27% 0.37% -
HSV(B) 274.12º 0.43% 0.47% -
XYZ 10.33 8.01 18.45 -
YUV 82.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 97 68 119 0.18 0.43 0 0.53 274.12 0.27 0.37
Hex 61 44 77 12 2B 0 35 112 1B 25
Octal 141 104 167 22 53 0 65 422 33 45
Binary 1100001 1000100 1110111 10010 101011 0 110101 100010010 11011 100101

Color Harmonies of #614477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614477

Black with #614477

Text Example


Text Example

White with #614477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614477; }

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

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

background-color css

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

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

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

border-color css

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

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

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