Html Css Color HEX #614777 Honey Flower

📋 copy color: '#614777'

red 97 ◦ green 71 ◦ blue 119

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

Shades of Honey Flower #614777

Tints of Honey Flower #614777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 33.8%
G = 24.74%
B = 41.46%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#614777 (or 0x614777) is known color: Honey Flower. HEX triplet: 61, 47 and 77. RGB value is (97,71,119). Sum of RGB (Red+Green+Blue) = 97+71+119=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #614777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614777 is #9EB888. Grayscale: #545454. Windows color (decimal): -10401929 or 7817057. OLE color: 7817057.

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

Color convert

RGB 97 71 119 -
CMYK 0.18 0.40 0 0.53
HSL 272.5º 0.25% 0.37% -
HSV(B) 272.5º 0.4% 0.47% -
XYZ 10.51 8.38 18.52 -
YUV 84.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 97 71 119 0.18 0.40 0 0.53 272.5 0.25 0.37
Hex 61 47 77 12 28 0 35 110 19 25
Octal 141 107 167 22 50 0 65 420 31 45
Binary 1100001 1000111 1110111 10010 101000 0 110101 100010000 11001 100101

Color Harmonies of #614777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614777

Black with #614777

Text Example


Text Example

White with #614777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614777; }

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

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

background-color css

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

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

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

border-color css

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

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

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